Skip to content

Commit f2c7ce6

Browse files
committed
Trim some extra whitespace in parser file
1 parent 91d1f2d commit f2c7ce6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/backend/parser/gram.y

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,7 +2425,7 @@ alter_table_cmd:
24252425
n->missing_ok = false;
24262426
$$ = (Node *)n;
24272427
}
2428-
/* ALTER TABLE <name> SET WITHOUT OIDS, for backward compat */
2428+
/* ALTER TABLE <name> SET WITHOUT OIDS, for backward compat */
24292429
| SET WITHOUT OIDS
24302430
{
24312431
AlterTableCmd *n = makeNode(AlterTableCmd);
@@ -2448,14 +2448,14 @@ alter_table_cmd:
24482448
n->name = NULL;
24492449
$$ = (Node *)n;
24502450
}
2451-
/* ALTER TABLE <name> SET LOGGED */
2451+
/* ALTER TABLE <name> SET LOGGED */
24522452
| SET LOGGED
24532453
{
24542454
AlterTableCmd *n = makeNode(AlterTableCmd);
24552455
n->subtype = AT_SetLogged;
24562456
$$ = (Node *)n;
24572457
}
2458-
/* ALTER TABLE <name> SET UNLOGGED */
2458+
/* ALTER TABLE <name> SET UNLOGGED */
24592459
| SET UNLOGGED
24602460
{
24612461
AlterTableCmd *n = makeNode(AlterTableCmd);
@@ -2619,7 +2619,7 @@ alter_table_cmd:
26192619
n->def = (Node *)$2;
26202620
$$ = (Node *)n;
26212621
}
2622-
/* ALTER TABLE <name> REPLICA IDENTITY */
2622+
/* ALTER TABLE <name> REPLICA IDENTITY */
26232623
| REPLICA IDENTITY_P replica_identity
26242624
{
26252625
AlterTableCmd *n = makeNode(AlterTableCmd);
@@ -3837,7 +3837,7 @@ ConstraintElem:
38373837
$$ = (Node *)n;
38383838
}
38393839
| EXCLUDE access_method_clause '(' ExclusionConstraintList ')'
3840-
opt_c_include opt_definition OptConsTableSpace OptWhereClause
3840+
opt_c_include opt_definition OptConsTableSpace OptWhereClause
38413841
ConstraintAttributeSpec
38423842
{
38433843
Constraint *n = makeNode(Constraint);
@@ -5310,8 +5310,8 @@ CreateTrigStmt:
53105310
n->columns = (List *) lsecond($6);
53115311
n->whenClause = $11;
53125312
n->transitionRels = $9;
5313-
n->deferrable = false;
5314-
n->initdeferred = false;
5313+
n->deferrable = false;
5314+
n->initdeferred = false;
53155315
n->constrrel = NULL;
53165316
$$ = (Node *)n;
53175317
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy