1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

pgindent run over code.

This commit is contained in:
Bruce Momjian
1999-05-25 16:15:34 +00:00
parent 4b04b01aaa
commit 07842084fe
413 changed files with 11723 additions and 10769 deletions

View File

@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.60 1999/05/22 19:49:42 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.61 1999/05/25 16:11:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -616,7 +616,7 @@ ProcessUtility(Node *parsetree,
PS_SET_STATUS(commandTag = "LOAD");
CHECK_IF_ABORTED();
closeAllVfds(); /* probably not necessary... */
closeAllVfds(); /* probably not necessary... */
load_file(stmt->filename);
}
break;
@@ -653,6 +653,7 @@ ProcessUtility(Node *parsetree,
break;
#ifdef NOT_USED
/*
* ******************************** Tioga-related statements *******************************
*/