1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +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

@@ -496,7 +496,8 @@ pipe_read_line(char *cmd, char *line, int maxsize)
/*
* pclose() plus useful error reporting
* Is this necessary? bjm 2004-05-11
* It is better here because pipe.c has win32 backend linkage.
* Originaally this was stated to be here because pipe.c had backend linkage.
* Perhaps that's no longer so now we have got rid of pipe.c amd 2012-03-28
*/
int
pclose_check(FILE *stream)