pgsql: Update obsolete comment.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update obsolete comment.
Date: 2012-04-05 17:05:22
Message-ID: E1SFq7e-0008Ap-Ha@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update obsolete comment.

Somebody didn't bother to fix this comment while adding foreign table
support to the code below it.

In passing, remove the explicit calling-out of relkind letters, which adds
complexity to the comment but doesn't help in understanding the code.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-04-05 18:04:51 pgsql: Publish checkpoint timing information to pg_stat_bgwriter.
Previous Message Robert Haas 2012-04-05 15:52:18 pgsql: Correctly explain units used by function-timing stats functions.