pgsql: Fix comment on how temp files and subtransactions are handled - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix comment on how temp files and subtransactions are handled
Date
Msg-id E1vThFe-000A8j-0E@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix comment on how temp files and subtransactions are handled

The comment was accurate a long time ago, but not any more. I failed
to update the comment in commit ab3148b712.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b65f1ad9b12767dbd45d9588ce8ed2e593dbddbf

Modified Files
--------------
src/backend/storage/file/fd.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Add runtime checks for bogus multixact offsets
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Fix infer_arbiter_index for partitioned tables