Commit 3edcdbcc authored by Robert Haas's avatar Robert Haas

Fix typo in comment.

Amit Langote
parent 1b0fc850
......@@ -2229,7 +2229,7 @@ _readExtensibleNode(void)
READ_TEMP_LOCALS();
token = pg_strtok(&length); /* skip: extnodename */
token = pg_strtok(&length); /* skip :extnodename */
token = pg_strtok(&length); /* get extnodename */
extnodename = nullable_string(token, length);
......
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