diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-12-04 14:25:53 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-12-04 14:25:53 -0500 |
commit | 92c4dafe1eed511c5af92bcea5311cf627673377 (patch) | |
tree | 972939211522967a9f3aa78eee487771a26a7f24 /src/include/nodes/parsenodes.h | |
parent | e76913802c5347831aadc1513b59196bde6ec116 (diff) |
Re-pgindent a few files.
Just because I'm a neatnik, and I'm currently working on
code in this area. It annoys me to not be able to pgindent
my patches without working around unrelated changes.
Diffstat (limited to 'src/include/nodes/parsenodes.h')
-rw-r--r-- | src/include/nodes/parsenodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 6112cd85c84..f17846e30e2 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -95,8 +95,8 @@ typedef uint64 AclMode; /* a bitmask of privilege bits */ #define ACL_CONNECT (1<<11) /* for databases */ #define ACL_SET (1<<12) /* for configuration parameters */ #define ACL_ALTER_SYSTEM (1<<13) /* for configuration parameters */ -#define ACL_VACUUM (1<<14) /* for relations */ -#define ACL_ANALYZE (1<<15) /* for relations */ +#define ACL_VACUUM (1<<14) /* for relations */ +#define ACL_ANALYZE (1<<15) /* for relations */ #define N_ACL_RIGHTS 16 /* 1 plus the last 1<<x */ #define ACL_NO_RIGHTS 0 /* Currently, SELECT ... FOR [KEY] UPDATE/SHARE requires UPDATE privileges */ |