Adjust handling of command status strings in the presence of rules,
Tom Lane <tgl@sss.pgh.pa.us>
Adjust handling of command status strings in the presence of rules, as per recent pghackers discussions. initdb forced due to change in fields of stored Query nodes.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/rules.sgml | modified | +71 −28 |
| src/backend/nodes/copyfuncs.c | modified | +2 −2 |
| src/backend/nodes/equalfuncs.c | modified | +3 −2 |
| src/backend/nodes/outfuncs.c | modified | +5 −2 |
| src/backend/nodes/readfuncs.c | modified | +7 −4 |
| src/backend/parser/analyze.c | modified | +3 −3 |
| src/backend/rewrite/rewriteHandler.c | modified | +19 −3 |
| src/backend/tcop/postgres.c | modified | +58 −13 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/nodes/parsenodes.h | modified | +14 −3 |