postgresql/src
Tom Lane 671199929d Move a couple of initdb's subroutines into src/port/.
mkdir_p and check_data_dir will be useful in CREATE TABLESPACE, since we
have agreed that that command should handle subdirectory creation just like
initdb creates the PGDATA directory.  Push them into src/port/ so that they
are available to both initdb and the backend.  Rename to pg_mkdir_p and
pg_check_dir, just to be on the safe side.  Add FreeBSD's copyright notice
to pgmkdirp.c, since that's where the code came from originally (this
really should have been in initdb.c).  Very marginal code/comment cleanup.
2010-12-10 19:42:44 -05:00
..
backend Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
bin Move a couple of initdb's subroutines into src/port/. 2010-12-10 19:42:44 -05:00
include Move a couple of initdb's subroutines into src/port/. 2010-12-10 19:42:44 -05:00
interfaces In libpq/Makefile, use OBJS += as a way to break up long link lines into 2010-11-27 11:03:23 -05:00
makefiles Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pl Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
port Move a couple of initdb's subroutines into src/port/. 2010-12-10 19:42:44 -05:00
template Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test Make output width consistent for all ways of invoking a regression test 2010-12-04 17:34:48 +02:00
timezone Improved parallel make support 2010-11-12 22:15:16 +02:00
tools Add inet_net_ntop.c as needed by MSVC, per Magnus. 2010-11-26 14:39:13 -05:00
tutorial Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Additional fixes for parallel make 2010-11-17 08:08:41 +02:00
Makefile.global.in Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
Makefile.shlib Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
nls-global.mk Fix makefile logic to not break the build when xgettext is missing 2010-10-14 23:16:46 +03:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00