mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Run pgindent on a batch of (mostly-planner-related) source files.
Getting annoyed at the amount of unrelated chatter I get from pgindent'ing Rowley's unique-joins patch. Re-indent all the files it touches.
This commit is contained in:
@ -550,11 +550,11 @@ extern PGDLLIMPORT Node *newNodeMacroHolder;
|
||||
*/
|
||||
extern char *nodeToString(const void *obj);
|
||||
|
||||
struct Bitmapset; /* not to include bitmapset.h here */
|
||||
struct StringInfoData; /* not to include stringinfo.h here */
|
||||
struct Bitmapset; /* not to include bitmapset.h here */
|
||||
struct StringInfoData; /* not to include stringinfo.h here */
|
||||
extern void outToken(struct StringInfoData *str, const char *s);
|
||||
extern void outBitmapset(struct StringInfoData *str,
|
||||
const struct Bitmapset *bms);
|
||||
const struct Bitmapset *bms);
|
||||
|
||||
/*
|
||||
* nodes/{readfuncs.c,read.c}
|
||||
|
Reference in New Issue
Block a user