postgresql/src/backend/utils
Heikki Linnakangas 8409b60476 Revert the behavior of inet/cidr functions to not unpack the arguments.
I forgot to change the functions to use the PG_GETARG_INET_PP() macro,
when I changed DatumGetInetP() to unpack the datum, like Datum*P macros
usually do. Also, I screwed up the definition of the PG_GETARG_INET_PP()
macro, and didn't notice because it wasn't used.

This fixes the memory leak when sorting inet values, as reported
by Jochen Erwied and debugged by Andres Freund. Backpatch to 8.3, like
the previous patch that broke it.
2011-12-12 10:10:53 +02:00
..
adt Revert the behavior of inet/cidr functions to not unpack the arguments. 2011-12-12 10:10:53 +02:00
cache Create a "sort support" interface API for faster sorting. 2011-12-07 00:19:39 -05:00
error Tweak previous patch to ensure edata->filename always gets initialized. 2011-11-30 00:37:06 -05:00
fmgr Further code review for range types patch. 2011-11-20 23:50:27 -05:00
hash Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
init Cancel running query if it is detected that the connection to the client is 2011-12-09 14:21:36 +02:00
mb Further improvement of make_greater_string. 2011-10-30 12:22:11 -04:00
misc Revert removal of trace_userlocks, because userlocks aren't gone. 2011-11-10 17:54:27 -05:00
mmgr Redesign the plancache mechanism for more flexibility and efficiency. 2011-09-16 00:43:52 -04:00
resowner Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
sort Create a "sort support" interface API for faster sorting. 2011-12-07 00:19:39 -05:00
time Move "hot" members of PGPROC into a separate PGXACT array. 2011-11-25 08:02:10 -05:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
errcodes.txt Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info. 2011-07-18 14:47:18 -04:00
Gen_dummy_probes.sed
Gen_fmgrtab.pl
generate-errcodes.pl Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
probes.d