summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2019-04-23 17:17:26 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2019-04-23 17:17:26 -0400
commite0fb4c9d013f8c3f6eb31c5fb991e24b4af6dbb1 (patch)
treebdd5f070795cda533405297f5cba808000fcadbc /src
parent9b10926263d831fac5758f1493c929a49b55669b (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/include/nodes/parsenodes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h
index 462237d588f..54cc61751b7 100644
--- a/src/include/nodes/parsenodes.h
+++ b/src/include/nodes/parsenodes.h
@@ -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