1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Fix for removal of temp tables if last transaction was aborted.

This commit is contained in:
Bruce Momjian
1999-07-02 18:09:28 +00:00
parent d20abcd8c5
commit 954e466c27
3 changed files with 10 additions and 17 deletions

View File

@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.106 1999/06/04 21:14:46 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.107 1999/07/02 18:09:27 momjian Exp $
*
* NOTES
*
@@ -1483,8 +1483,8 @@ DoBackend(Port *port)
* Let's clean up ourselves as the postmaster child
*/
on_exit_reset(); /* we don't want the postmaster's
* proc_exit() handlers */
/* We don't want the postmaster's proc_exit() handlers */
on_exit_reset();
/* ----------------
* register signal handlers.