mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
pgindent run on all C files. Java run to follow. initdb/regression
tests pass.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.48 2001/08/25 18:52:42 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.49 2001/10/25 05:49:51 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -89,7 +89,6 @@ ExpandDatabasePath(const char *dbpath)
|
||||
*/
|
||||
for (cp = buf; *cp; cp++)
|
||||
{
|
||||
|
||||
/*
|
||||
* The following characters will not be allowed anywhere in the
|
||||
* database path. (Do not include the slash or '.' here.)
|
||||
|
||||
Reference in New Issue
Block a user