postgresql/src/backend/tcop
Heikki Linnakangas fd5942c18f Use the regular main processing loop also in walsenders.
The regular backend's main loop handles signal handling and error recovery
better than the current WAL sender command loop does. For example, if the
client hangs and a SIGTERM is received before starting streaming, the
walsender will now terminate immediately, rather than hang until the
connection times out.
2012-10-05 17:21:12 +03:00
..
dest.c Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04:00
fastpath.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
postgres.c Use the regular main processing loop also in walsenders. 2012-10-05 17:21:12 +03:00
pquery.c Make new event trigger facility actually do something. 2012-07-20 11:39:01 -04:00
utility.c Remove some useless trailing whitespace 2012-09-04 09:17:14 +02:00