mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
pgindent run for 9.0, second run
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.58 2010/05/25 17:28:20 meskes Exp $ */
|
||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.59 2010/07/06 19:19:00 momjian Exp $ */
|
||||
|
||||
#define POSTGRES_ECPG_INTERNAL
|
||||
#include "postgres_fe.h"
|
||||
@ -23,9 +23,9 @@
|
||||
#define LONG_LONG_MIN LLONG_MIN
|
||||
#else
|
||||
#define LONG_LONG_MIN LONGLONG_MIN
|
||||
#endif /* LLONG_MIN */
|
||||
#endif /* LONG_LONG_MIN */
|
||||
#endif /* HAVE_LONG_LONG_INT */
|
||||
#endif /* LLONG_MIN */
|
||||
#endif /* LONG_LONG_MIN */
|
||||
#endif /* HAVE_LONG_LONG_INT */
|
||||
|
||||
bool ecpg_internal_regression_mode = false;
|
||||
|
||||
|
Reference in New Issue
Block a user