diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-12-20 12:59:33 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-12-20 12:59:33 -0500 |
commit | f6a0863e3cb72763490ceca2c558d5ef2dddd5f2 (patch) | |
tree | baa5af54cf622d431ee872cacb46ecfc59b6a9d5 /src/backend/access/gist/gistxlog.c | |
parent | f9e9763b62df5415a60f30b441a73b381599e760 (diff) | |
download | postgresql-f6a0863e3cb72763490ceca2c558d5ef2dddd5f2.tar.gz |
Allow transactions that don't write WAL to commit asynchronously.
This case can arise if a transaction has written data, but only to
temporary tables. Loss of the commit record in case of a crash won't
matter, because the temporary tables will be lost anyway.
Reviewed by Heikki Linnakangas and Simon Riggs.
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions