pgsql: Update comment in relcache.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update comment in relcache.c.
Date: 2017-02-06 16:31:31
Message-ID: E1camCR-0007Rc-Rv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-02-06 16:58:36 pgsql: doc: Update CREATE DATABASE examples
Previous Message Peter Eisentraut 2017-02-06 14:57:19 pgsql: Add missing newline to error messages