1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Remove now redundant pgpipe code.

This commit is contained in:
Andrew Dunstan
2012-03-28 23:24:07 -04:00
parent 7313cc0163
commit d2c1740dc2
6 changed files with 10 additions and 124 deletions

View File

@ -73,7 +73,6 @@ sub mkvcbuild
$postgres->ReplaceFile('src\backend\port\pg_shmem.c','src\backend\port\win32_shmem.c');
$postgres->ReplaceFile('src\backend\port\pg_latch.c','src\backend\port\win32_latch.c');
$postgres->AddFiles('src\port',@pgportfiles);
$postgres->AddFile('src\backend\port\pipe.c');
$postgres->AddDir('src\timezone');
$postgres->AddFiles('src\backend\parser','scan.l','gram.y');
$postgres->AddFiles('src\backend\bootstrap','bootscanner.l','bootparse.y');