[COMMITTERS] pgsql: Update comment in relcache.c. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Update comment in relcache.c.
Date
Msg-id E1camCR-0007Rc-Rv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update comment in relcache.c.

Commit 665d1fad9 introduced rd_pkindex, and made RelationGetIndexList
responsible for updating it, but didn't bother to fix
RelationGetIndexList's header comment to say so.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a59318346ef476d3e66c4d13e92cf4ad6ce328ac

Modified Files
--------------
src/backend/utils/cache/relcache.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Add missing newline to error messages
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: doc: Update CREATE DATABASE examples