mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Fix typo in comment.
Amit Langote
This commit is contained in:
parent
1b0fc85077
commit
3edcdbcc4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue