mirror of
https://github.com/postgres/postgres.git
synced 2025-10-21 02:52:47 +03:00
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
provided by Andrew.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/misc/help_config.c,v 1.22 2009/01/01 17:23:53 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/misc/help_config.c,v 1.23 2009/06/11 14:49:06 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -124,7 +124,7 @@ printMixedStruct(mixedStruct *structToPrint)
|
||||
case PGC_ENUM:
|
||||
printf("ENUM\t%s\t\t\t",
|
||||
config_enum_lookup_by_value(&structToPrint->_enum,
|
||||
structToPrint->_enum.boot_val));
|
||||
structToPrint->_enum.boot_val));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user