aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-07-02 17:03:30 +0000
committerRobert Haas <rhaas@postgresql.org>2010-07-02 17:03:30 +0000
commitbb0fe9feb9fd75a6aaa960028a9f810c883b0fc4 (patch)
tree1e2dca16bc105a7ad2120b1484e18d9a09f54907 /src/backend/parser
parent621cf1462072fa27ef541cdcb5dd69483329cb3d (diff)
downloadpostgresql-bb0fe9feb9fd75a6aaa960028a9f810c883b0fc4.tar.gz
postgresql-bb0fe9feb9fd75a6aaa960028a9f810c883b0fc4.zip
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.
Diffstat (limited to 'src/backend/parser')
0 files changed, 0 insertions, 0 deletions