Revert "Use "transient" files for blind writes" This reverts commit 54d9e8c6c19cbefa8fb42ed3442a0a5327590ed3, which caused a failure on the buildfarm. Not a good thing to have just before a beta release.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/9261557eb1e19cf691f6f2cd9bd4d55fd8603a48 Modified Files -------------- src/backend/storage/buffer/bufmgr.c | 10 +--- src/backend/storage/file/fd.c | 108 ++++++++-------------------------- src/backend/storage/smgr/md.c | 9 --- src/backend/storage/smgr/smgr.c | 17 ------ src/include/storage/fd.h | 1 - src/include/storage/smgr.h | 2 - 6 files changed, 28 insertions(+), 119 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
