mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
pgindent run for 9.0
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.113 2010/01/26 09:07:31 meskes Exp $ */
|
||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.114 2010/02/26 02:01:31 momjian Exp $ */
|
||||
|
||||
/* Main for ecpg, the PostgreSQL embedded SQL precompiler. */
|
||||
/* Copyright (c) 1996-2010, PostgreSQL Global Development Group */
|
||||
@ -419,7 +419,10 @@ main(int argc, char *const argv[])
|
||||
/* and structure member lists */
|
||||
memset(struct_member_list, 0, sizeof(struct_member_list));
|
||||
|
||||
/* and our variable counter for out of scope cursors' variables */
|
||||
/*
|
||||
* and our variable counter for out of scope cursors'
|
||||
* variables
|
||||
*/
|
||||
ecpg_internal_var = 0;
|
||||
|
||||
/* finally the actual connection */
|
||||
|
Reference in New Issue
Block a user