Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf331145

Browse files
author
Thomas G. Lockhart
committed
Reformat parser table (cosmetic only).
1 parent430169a commitf331145

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)

[8]ページ先頭

©2009-2025 Movatter.jp