postgresql/src
Tom Lane 9676b01028 Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order.
Aside from being more forgiving, this prevents a rather surprising misbehavior
when the "wrong" order was used: the old code didn't throw a syntax error,
but absorbed the INTO clause into the last USING expression, which then did
strange things downstream.

Intentionally not changing the documentation; we'll continue to advertise
only the "standard" clause order.

Backpatch to 8.4, where the USING clause was added to EXECUTE.
2010-08-19 18:57:57 +00:00
..
backend Revert patch to coerce 'unknown' type parameters in the backend. As Tom 2010-08-19 16:54:43 +00:00
bin Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used 2010-08-18 19:54:01 +00:00
include Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
interfaces Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
makefiles Allow for LDFLAGS_SL already having a value in Makefile.aix. 2010-07-06 03:41:02 +00:00
pl Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order. 2010-08-19 18:57:57 +00:00
port Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
template Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
test Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
timezone pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
tools Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
tutorial Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Accept slightly grotty coding in Makefile.global in order to keep the -L 2010-07-06 22:03:05 +00:00
Makefile.shlib Still more third thoughts: when linking shared libraries, LDFLAGS probably 2010-07-06 03:55:33 +00:00
nls-global.mk Avoid error from mkdir if no languages are to be installed 2010-05-13 14:35:28 +00:00
win32.mak