mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Fix typo in comment.
Amit Langote
This commit is contained in:
@ -2229,7 +2229,7 @@ _readExtensibleNode(void)
|
|||||||
|
|
||||||
READ_TEMP_LOCALS();
|
READ_TEMP_LOCALS();
|
||||||
|
|
||||||
token = pg_strtok(&length); /* skip: extnodename */
|
token = pg_strtok(&length); /* skip :extnodename */
|
||||||
token = pg_strtok(&length); /* get extnodename */
|
token = pg_strtok(&length); /* get extnodename */
|
||||||
|
|
||||||
extnodename = nullable_string(token, length);
|
extnodename = nullable_string(token, length);
|
||||||
|
Reference in New Issue
Block a user