setheapoverride() is history. Uses replaced with CommandCounterIncrement()
Tom Lane <tgl@sss.pgh.pa.us>
setheapoverride() is history. Uses replaced with CommandCounterIncrement() where necessary --- several of them didn't really need it, though. tqual-checking macros simplified accordingly.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/gist/gist.c | modified | +3 −3 |
| src/backend/catalog/aclchk.c | modified | +2 −4 |
| src/backend/catalog/heap.c | modified | +6 −14 |
| src/backend/catalog/index.c | modified | +4 −7 |
| src/backend/catalog/pg_operator.c | modified | +11 −10 |
| src/backend/catalog/pg_type.c | modified | +1 −5 |
| src/backend/commands/comment.c | modified | +0 −2 |
| src/backend/commands/_deadcode/recipe.c | modified | +4 −5 |
| src/backend/executor/execMain.c | modified | +4 −9 |
| src/backend/utils/adt/sets.c | modified | +1 −3 |
| src/backend/utils/cache/catcache.c | modified | +2 −3 |
| src/backend/utils/time/tqual.c | modified | +2 −27 |
| src/include/utils/tqual.h | modified | +19 −38 |