postgresql/src/backend
Robert Haas bb0fe9feb9 Move copydir.c from src/port to src/backend/storage/file
The previous commit to make copydir() interruptible prevented
postgres.exe from linking on MinGW and Cygwin, because on those
platforms libpgport_srv.a can't freely reference symbols defined
by the backend.  Since that code is already backend-specific anyway,
just move the whole file into the backend rather than adding further
kludges to deal with the symbols needed by CHECK_FOR_INTERRUPTS().

This probably needs some further cleanup, but this commit just moves
the file as-is, which should hopefully be enough to turn the
buildfarm green again.
2010-07-02 17:03:30 +00:00
..
access Add C comment about why synchronous_commit=off behavior can lose 2010-06-29 18:44:58 +00:00
bootstrap Move the responsibility for calling StartupXLOG into InitPostgres, for 2010-04-20 01:38:52 +00:00
catalog Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. 2010-06-13 17:43:13 +00:00
commands Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode. 2010-07-02 02:44:32 +00:00
executor Add C comment that we will have to remove an exclusion constraint check 2010-05-29 02:32:08 +00:00
foreign Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
lib Work around a subtle portability problem in use of printf %s format. 2010-05-08 16:39:53 +00:00
libpq Message tuning 2010-06-29 04:12:47 +00:00
main Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes Fix "constraint_exclusion = partition" logic so that it will also attempt 2010-03-30 21:58:11 +00:00
optimizer Fix mishandling of whole-row Vars referencing a view or sub-select. 2010-06-21 00:14:48 +00:00
parser stringToNode() and deparse_expression_pretty() crash on invalid input, 2010-06-30 18:10:23 +00:00
po Translation updates for 9.0beta2 2010-06-03 21:12:05 +00:00
port Add code to InternalIpcMemoryCreate() to handle the case where shmget() 2010-05-01 22:46:30 +00:00
postmaster Add stray "else" that seems to have gone missing. 2010-06-24 16:40:45 +00:00
regex pgindent run for 9.0 2010-02-26 02:01:40 +00:00
replication Don't allow walsender to send WAL data until it's been safely fsync'd on the 2010-06-17 16:41:25 +00:00
rewrite pgindent run for 9.0 2010-02-26 02:01:40 +00:00
snowball Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
storage Move copydir.c from src/port to src/backend/storage/file 2010-07-02 17:03:30 +00:00
tcop stringToNode() and deparse_expression_pretty() crash on invalid input, 2010-06-30 18:10:23 +00:00
tsearch Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats(). 2010-05-30 21:59:02 +00:00
utils Fix log_temp_files docs and comments to say bytes not kilobytes. 2010-06-25 13:11:25 +00:00
Makefile Update comment about why postmaster doesn't get an icon. 2010-05-12 23:48:36 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00