Use atexit() in initdb and pg_basebackup - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Use atexit() in initdb and pg_basebackup
Date
Msg-id ec4135ba-84e9-28bf-b584-0e78d47448d5@2ndquadrant.com
Whole thread Raw
Responses Re: Use atexit() in initdb and pg_basebackup
List pgsql-hackers
initdb and pg_basebackup can use atexit() to register cleanup actions
instead of requiring the use of custom exit_nicely() etc.  Patches attached.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pg_upgrade: Pass -j down to vacuumdb
Next
From: Peter Eisentraut
Date:
Subject: Re: Clean up some elog messages and comments for do_pg_stop_backupand do_pg_start_backup