mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Fix typo in comment.
Amit Langote
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user