postgresql/contrib/pg_stat_statements
Magnus Hagander 2791f2180d Fix handling of pg_stat_statements.stat temporary file
Write the file to a temporary name and then rename() it into the
permanent name, to ensure it can't end up half-written and corrupt
in case of a crash during shutdown.

Unlink the file after it has been read so it's removed from the data
directory and not included in base backups going to replication slaves.
2012-05-27 10:58:14 +02:00
..
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
pg_stat_statements--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:36 -04:00
pg_stat_statements--unpackaged--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:36 -04:00
pg_stat_statements.c Fix handling of pg_stat_statements.stat temporary file 2012-05-27 10:58:14 +02:00
pg_stat_statements.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00