]> granicus.if.org Git - postgresql/commit
Don't pass oidvector by value.
authorNoah Misch <noah@leadboat.com>
Wed, 12 Jun 2013 23:50:37 +0000 (19:50 -0400)
committerNoah Misch <noah@leadboat.com>
Wed, 12 Jun 2013 23:50:37 +0000 (19:50 -0400)
commit813895e4acfa646c6c0405a0a8c5d05637f42865
tree435a5ec48158d85c58f357c516e59e777632e466
parentfb435f40d5e34f85076a0af56b2f3bf7b86122b8
Don't pass oidvector by value.

Since the structure ends with a flexible array, doing so truncates any
vector having more than one element.  New in 9.3, so no back-patch.
src/backend/commands/alter.c
src/backend/commands/functioncmds.c
src/include/commands/defrem.h