From bef7764835725e5d8468da1c139e9020be689b95 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 22 Nov 2005 18:23:31 +0000 Subject: Re-run pgindent, fixing a problem where comment lines after a blank comment line where output as too long, and update typedefs for /lib directory. Also fix case where identifiers were used as variable names in the backend, but as typedefs in ecpg (favor the backend for indenting). Backpatch to 8.1.X. --- src/backend/main/main.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/backend/main/main.c') diff --git a/src/backend/main/main.c b/src/backend/main/main.c index ea1a3bef254..bc89c9dc57d 100644 --- a/src/backend/main/main.c +++ b/src/backend/main/main.c @@ -13,7 +13,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/main/main.c,v 1.96 2005/10/15 02:49:18 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/main/main.c,v 1.96.2.1 2005/11/22 18:23:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -62,9 +62,9 @@ main(int argc, char *argv[]) * code will NOT be executed when a backend or sub-bootstrap run is forked * by the postmaster. * - * XXX The need for code here is proof that the platform in question is too - * brain-dead to provide a standard C execution environment without help. - * Avoid adding more here, if you can. + * XXX The need for code here is proof that the platform in question is + * too brain-dead to provide a standard C execution environment without + * help. Avoid adding more here, if you can. */ #if defined(__alpha) /* no __alpha__ ? */ @@ -134,8 +134,8 @@ main(int argc, char *argv[]) * be overwritten in order to set the process title for ps. In such cases * save_ps_display_args makes and returns a new copy of the argv[] array. * - * save_ps_display_args may also move the environment strings to make extra - * room. Therefore this should be done as early as possible during + * save_ps_display_args may also move the environment strings to make + * extra room. Therefore this should be done as early as possible during * startup, to avoid entanglements with code that might save a getenv() * result pointer. */ @@ -271,8 +271,8 @@ main(int argc, char *argv[]) /* * Start our win32 signal implementation * - * SubPostmasterMain() will do this for itself, but the remaining modes need - * it here + * SubPostmasterMain() will do this for itself, but the remaining modes + * need it here */ pgwin32_signal_initialize(); #endif -- cgit v1.2.3