mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
pgindent run for release 9.3
This is the first run of the Perl-based pgindent script. Also update pgindent instructions.
This commit is contained in:
@@ -573,7 +573,7 @@ typedef struct DefElem
|
||||
|
||||
/*
|
||||
* LockingClause - raw representation of FOR [NO KEY] UPDATE/[KEY] SHARE
|
||||
* options
|
||||
* options
|
||||
*
|
||||
* Note: lockedRels == NIL means "all relations in query". Otherwise it
|
||||
* is a list of RangeVar nodes. (We use RangeVar mainly because it carries
|
||||
@@ -1508,7 +1508,8 @@ typedef struct CreateStmt
|
||||
|
||||
typedef enum ConstrType /* types of constraints */
|
||||
{
|
||||
CONSTR_NULL, /* not standard SQL, but a lot of people expect it */
|
||||
CONSTR_NULL, /* not standard SQL, but a lot of people
|
||||
* expect it */
|
||||
CONSTR_NOTNULL,
|
||||
CONSTR_DEFAULT,
|
||||
CONSTR_CHECK,
|
||||
|
||||
Reference in New Issue
Block a user