Fix assorted inconsistencies.
Amit Kapila <akapila@postgresql.org>
Fix assorted inconsistencies. There were a number of issues in the recent commits which include typos, code and comments mismatch, leftover function declarations. Fix them. Reported-by: Alexander Lakhin Author: Alexander Lakhin, Amit Kapila and Amit Langote Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/ef0c0232-0c1d-3a35-63d4-0ebd06e31387@gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/reloptions.c | modified | +0 −3 |
| src/backend/access/heap/heapam.c | modified | +3 −12 |
| src/backend/access/heap/heapam_handler.c | modified | +1 −1 |
| src/backend/access/heap/rewriteheap.c | modified | +1 −1 |
| src/backend/access/transam/xact.c | modified | +2 −2 |
| src/backend/access/transam/xlog.c | modified | +0 −2 |
| src/backend/access/transam/xloginsert.c | modified | +1 −1 |
| src/backend/commands/copy.c | modified | +0 −1 |
| src/backend/commands/tablecmds.c | modified | +3 −3 |
| src/backend/executor/execTuples.c | modified | +1 −1 |
| src/backend/executor/nodeModifyTable.c | modified | +3 −1 |
| src/backend/lib/integerset.c | modified | +1 −1 |
| src/backend/postmaster/postmaster.c | modified | +1 −1 |
| src/backend/storage/smgr/md.c | modified | +1 −1 |
| src/include/access/heapam.h | modified | +0 −2 |
| src/include/access/tableam.h | modified | +2 −2 |
| src/include/executor/executor.h | modified | +0 −1 |
| src/include/storage/sync.h | modified | +1 −1 |
| src/test/modules/test_integerset/test_integerset.c | modified | +1 −1 |
Discussion
- Fix inconsistencies for v12 17 messages · 2019-05-25 → 2019-06-09