mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix misc typos in comments.
Spotted mostly by Fabien Coelho. Discussion: https://www.postgresql.org/message-id/alpine.DEB.2.21.1901230947050.16643@lancre
This commit is contained in:
@ -2677,7 +2677,7 @@ alter_identity_column_option:
|
||||
;
|
||||
|
||||
PartitionBoundSpec:
|
||||
/* a HASH partition*/
|
||||
/* a HASH partition */
|
||||
FOR VALUES WITH '(' hash_partbound ')'
|
||||
{
|
||||
ListCell *lc;
|
||||
|
Reference in New Issue
Block a user