pgsql: Fix comment - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix comment
Date
Msg-id E1iMpCV-0004aF-Dm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix comment

The last argument of smgrextend() was renamed from isTemp to skipFsync
in debcec7dc31a992703911a9953e299c8d730c778, but the comments at two
call sites were not updated.

Branch
------
master

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

Modified Files
--------------
src/backend/access/heap/rewriteheap.c | 7 +++----
src/backend/catalog/storage.c         | 6 +++---
2 files changed, 6 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Fix parsing of integer values for connection parameters inlibpq
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Make command order in test more sensible