]> granicus.if.org Git - postgresql/commit
Fix crash when partitioned column specified twice.
authorRobert Haas <rhaas@postgresql.org>
Fri, 28 Apr 2017 17:52:17 +0000 (13:52 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 28 Apr 2017 17:52:17 +0000 (13:52 -0400)
commit504c2205abc7de67386f9c95630f38ee15626f07
treeaa9c17b2e349678b1eba48532b6588d6a9236473
parente3cf708016ca6045dc1cd5a0768cfecf17caf3d1
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
src/backend/commands/sequence.c
src/backend/commands/tablecmds.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/nodes/makefuncs.c
src/backend/nodes/outfuncs.c
src/backend/parser/gram.y
src/backend/parser/parse_utilcmd.c
src/include/nodes/parsenodes.h
src/test/regress/expected/create_table.out
src/test/regress/sql/create_table.sql