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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user