pgsql: Fix comment

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment
Date: 2019-10-22 08:07:31
Message-ID: E1iMpCV-0004aF-Dm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-10-22 08:37:02 pgsql: Make command order in test more sensible
Previous Message Peter Eisentraut 2019-10-22 08:05:45 Re: pgsql: Fix parsing of integer values for connection parameters in libpq