Fix typo in comment.
Amit Langote
This commit is contained in:
parent
1b0fc85077
commit
3edcdbcc4d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user