pgsql: Update obsolete comment. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update obsolete comment.
Date
Msg-id E1SFq7e-0008Ap-Ha@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Correctly explain units used by function-timing stats functions.
Next
From: Robert Haas
Date:
Subject: pgsql: Publish checkpoint timing information to pg_stat_bgwriter.