Skip to content

Commit f331145

Browse files
author
Thomas G. Lockhart
committed
Reformat parser table (cosmetic only).
1 parent 430169a commit f331145

File tree

1 file changed

+8
-22
lines changed

1 file changed

+8
-22
lines changed

src/backend/tcop/variable.c

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Routines for handling of 'SET var TO',
33
* 'SHOW var' and 'RESET var' statements.
44
*
5-
* $Id: variable.c,v 1.21 1997/11/10 15:37:15 thomas Exp $
5+
* $Id: variable.c,v 1.22 1997/11/14 15:34:09 thomas Exp $
66
*
77
*/
88

@@ -540,27 +540,13 @@ struct VariableParsers
540540
} VariableParsers[] =
541541

542542
{
543-
{
544-
"datestyle", parse_date, show_date, reset_date
545-
},
546-
{
547-
"timezone", parse_timezone, show_timezone, reset_timezone
548-
},
549-
{
550-
"cost_heap", parse_cost_heap, show_cost_heap, reset_cost_heap
551-
},
552-
{
553-
"cost_index", parse_cost_index, show_cost_index, reset_cost_index
554-
},
555-
{
556-
"geqo", parse_geqo, show_geqo, reset_geqo
557-
},
558-
{
559-
"r_plans", parse_r_plans, show_r_plans, reset_r_plans
560-
},
561-
{
562-
NULL, NULL, NULL
563-
}
543+
{ "datestyle", parse_date, show_date, reset_date },
544+
{ "timezone", parse_timezone, show_timezone, reset_timezone },
545+
{ "cost_heap", parse_cost_heap, show_cost_heap, reset_cost_heap },
546+
{ "cost_index", parse_cost_index, show_cost_index, reset_cost_index },
547+
{ "geqo", parse_geqo, show_geqo, reset_geqo },
548+
{ "r_plans", parse_r_plans, show_r_plans, reset_r_plans },
549+
{ NULL, NULL, NULL, NULL }
564550
};
565551

566552
/*-----------------------------------------------------------------------*/

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