mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Run pgindent on 9.2 source tree in preparation for first 9.3
commit-fest.
This commit is contained in:
@ -49,7 +49,7 @@
|
||||
#define READ_TEMP_LOCALS() \
|
||||
char *token; \
|
||||
int length; \
|
||||
(void) token /* possibly unused */
|
||||
(void) token /* possibly unused */
|
||||
|
||||
/* ... but most need both */
|
||||
#define READ_LOCALS(nodeTypeName) \
|
||||
@ -195,7 +195,7 @@ _readQuery(void)
|
||||
|
||||
READ_ENUM_FIELD(commandType, CmdType);
|
||||
READ_ENUM_FIELD(querySource, QuerySource);
|
||||
local_node->queryId = 0; /* not saved in output format */
|
||||
local_node->queryId = 0; /* not saved in output format */
|
||||
READ_BOOL_FIELD(canSetTag);
|
||||
READ_NODE_FIELD(utilityStmt);
|
||||
READ_INT_FIELD(resultRelation);
|
||||
|
Reference in New Issue
Block a user