git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 55f6f8f) | patch
Fix a subtle bug exposed by recent wal_sync_method rearrangements.
2008年5月17日 17:24:57 +0000 (17:24 +0000)
2008年5月17日 17:24:57 +0000 (17:24 +0000)
commit 1a604b4e3101e7e4327676144963f2a8fdb5722b
Fix a subtle bug exposed by recent wal_sync_method rearrangements.
Formerly, the default value of wal_sync_method was determined inside xlog.c,
but now it is determined inside guc.c. guc.c was reading xlogdefs.h
without having read <fcntl.h>, leading to wrong determination of
DEFAULT_SYNC_METHOD. Obviously xlogdefs.h needs to include <fcntl.h>
for itself to ensure stable results.
src/backend/access/transam/xlog.c diff | blob | blame | history
src/include/access/xlogdefs.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /