mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
pgindent run for 9.0
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/bin/scripts/droplang.c,v 1.33 2010/01/02 16:58:00 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/bin/scripts/droplang.c,v 1.34 2010/02/26 02:01:20 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -190,8 +190,8 @@ main(int argc, char *argv[])
|
||||
executeCommand(conn, "SET search_path = pg_catalog;", progname, echo);
|
||||
|
||||
/*
|
||||
* Make sure the language is installed and find the OIDs of the
|
||||
* language support functions
|
||||
* Make sure the language is installed and find the OIDs of the language
|
||||
* support functions
|
||||
*/
|
||||
printfPQExpBuffer(&sql, "SELECT lanplcallfoid, laninline, lanvalidator "
|
||||
"FROM pg_language WHERE lanname = '%s' AND lanispl;",
|
||||
@ -277,7 +277,7 @@ main(int argc, char *argv[])
|
||||
PQclear(result);
|
||||
}
|
||||
else
|
||||
keepinline = true; /* don't try to delete it */
|
||||
keepinline = true; /* don't try to delete it */
|
||||
|
||||
/*
|
||||
* Find the inline handler name
|
||||
|
Reference in New Issue
Block a user