summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-12-10 19:42:44 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2010-12-10 19:42:44 -0500
commit671199929d09397e0a60e269aec28846669216db (patch)
treee8d7d9c7e49a2f2c6d9c038238f7e7d6124278d2 /src/backend/access/gist
parent04f4e10cfc158239ca00a6ed6a84428c7acb1e6d (diff)
downloadpostgresql-671199929d09397e0a60e269aec28846669216db.tar.gz
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.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions