postgresql/src/backend/tcop
Heikki Linnakangas 2f8659b061 set_stack_base() no longer needs to be called in PostgresMain.
This was a thinko in previous commit. Now that stack base pointer is now set
in PostmasterMain and SubPostmasterMain, it doesn't need to be set in
PostgresMain anymore.
2012-04-08 19:42:13 +03:00
..
dest.c Avoid performing encoding conversion on command tag strings during EndCommand. 2010-01-30 20:10:05 +00:00
fastpath.c stringToNode() and deparse_expression_pretty() crash on invalid input, 2010-06-30 18:10:51 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
postgres.c set_stack_base() no longer needs to be called in PostgresMain. 2012-04-08 19:42:13 +03:00
pquery.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
utility.c Prevent indirect security attacks via changing session-local state within 2009-12-09 21:58:17 +00:00