Skip to content

Commit 37970c2

Browse files
committed
Remove comment change
1 parent a04c63b commit 37970c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/option.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ InitPgFdwOptions(void)
157157
/* cost factors */
158158
{"fdw_startup_cost", ForeignServerRelationId, false},
159159
{"fdw_tuple_cost", ForeignServerRelationId, false},
160-
/* updatable option is available on both server and table */
160+
/* updatable is available on both server and table */
161161
{"updatable", ForeignServerRelationId, false},
162162
{"updatable", ForeignTableRelationId, false},
163163
/* "extensions" option is available on server */

0 commit comments

Comments
 (0)