More compile cleanups
Bruce Momjian <bruce@momjian.us>
More compile cleanups
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/define.c | modified | +2 −2 |
| src/backend/executor/nodeGroup.c | modified | +2 −1 |
| src/backend/executor/nodeUnique.c | modified | +2 −1 |
| src/backend/parser/gram.y | modified | +4 −1 |
| src/backend/parser/parser.c | modified | +10 −9 |
| src/backend/parser/scan.l | modified | +2 −3 |
| src/backend/storage/ipc/shmem.c | modified | +2 −1 |
| src/backend/utils/Gen_fmgrtab.sh | modified | +5 −6 |
| src/backend/utils/hash/dynahash.c | modified | +1 −2 |
| src/bin/psql/psql.c | modified | +2 −2 |
| src/include/parser/gramparse.h | added | +24 −0 |
| src/include/storage/smgr.h | modified | +3 −2 |