Fix crash when partitioned column specified twice.
Robert Haas <rhaas@postgresql.org>
Fix crash when partitioned column specified twice. Amit Langote, reviewed by Beena Emerson Discussion: http://postgr.es/m/6ed23d3d-c09d-4cbc-3628-0a8a32f750f4@lab.ntt.co.jp
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/sequence.c | modified | +1 −0 |
| src/backend/commands/tablecmds.c | modified | +15 −5 |
| src/backend/nodes/copyfuncs.c | modified | +1 −0 |
| src/backend/nodes/equalfuncs.c | modified | +1 −0 |
| src/backend/nodes/makefuncs.c | modified | +1 −0 |
| src/backend/nodes/outfuncs.c | modified | +1 −0 |
| src/backend/parser/gram.y | modified | +4 −0 |
| src/backend/parser/parse_utilcmd.c | modified | +2 −0 |
| src/include/nodes/parsenodes.h | modified | +1 −0 |
| src/test/regress/expected/create_table.out | modified | +8 −0 |
| src/test/regress/sql/create_table.sql | modified | +9 −0 |
Discussion
- Crash when partition column specified twice 5 messages · 2017-04-27 → 2017-05-01