Commit e0fb4c9d authored by Tom Lane's avatar Tom Lane

Remove useless comment.

Commit e439c6f0 removed IndexStmt.relationId, but not the comment
that had been added to explain it.  Said comment was therefore
very confusing.
parent 9b109262
......@@ -2743,10 +2743,6 @@ typedef struct FetchStmt
* index, just a UNIQUE/PKEY constraint using an existing index. isconstraint
* must always be true in this case, and the fields describing the index
* properties are empty.
*
* The relation to build the index on can be represented either by name
* (in which case the RangeVar indicates whether to recurse or not) or by OID
* (in which case the command is always recursive).
* ----------------------
*/
typedef struct IndexStmt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment