pgsql: Remove useless comment. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove useless comment.
Date
Msg-id E1hJ2nM-0003QQ-9i@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove useless comment.

Commit e439c6f0c removed IndexStmt.relationId, but not the comment
that had been added to explain it.  Said comment was therefore
very confusing.

Branch
------
master

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

Modified Files
--------------
src/include/nodes/parsenodes.h | 4 ----
1 file changed, 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Prevent O(N^2) unique index insertion edge case.
Next
From: Tom Lane
Date:
Subject: pgsql: Repair assorted issues in locale data extraction.