[COMMITTERS] pgsql: Fix comment. - Mailing list pgsql-committers

From Tatsuo Ishii
Subject [COMMITTERS] pgsql: Fix comment.
Date
Msg-id E1dcJow-0004Ba-8y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix comment.

XLByteToSeg and XLByteToPrevSeg calculate only a segment number.  The
definition of these macros were modified by commit
dfda6ebaec6763090fb78b458a979b558c50b39b but the comment remain
unchanged.

Patch by Yugo Nagata. Back patched to 9.3 and beyond.

Branch
------
REL9_3_STABLE

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

Modified Files
--------------
src/include/access/xlog_internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix typo
Next
From: Dean Rasheed
Date:
Subject: [COMMITTERS] pgsql: Comment fix for partition_rbound_cmp().