postgresql/contrib/pg_stat_statements
Magnus Hagander 785b8d6ab3 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:48 +02:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:06 +02:00
Makefile
pg_stat_statements.c Fix handling of pg_stat_statements.stat temporary file 2012-05-27 10:58:48 +02:00
pg_stat_statements.sql.in
uninstall_pg_stat_statements.sql