summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-02-07 21:08:25 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-02-07 21:08:25 +0000
commita209121c06df71abe3222b6798748c13c35f7017 (patch)
tree94ecd99d0b83e446a21971e8876a773462b40596 /src/backend/utils/adt/misc.c
parentaff5af7dad9bbefa015d4c3c2d2d36726798797b (diff)
Some variants of ALTER OWNER tried to make the "object" field of the
statement be a list of bare C strings, rather than String nodes, which is what they need to be for copyfuncs/equalfuncs to work. Fortunately these node types never go out to disk (if they did, we'd likely have noticed the problem sooner), so we can just fix it without creating a need for initdb. This bug has been there since 8.0, but 8.3 exposes it in a more common code path (Parse messages) than prior releases did. Per bug #3940 from Vladimir Kokovic.
Diffstat (limited to 'src/backend/utils/adt/misc.c')
0 files changed, 0 insertions, 0 deletions