projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07b776f
)
Add #include <errno.h> per recent reports that it's now necessary on
author
Tom Lane
<
[email protected]
>
Fri, 11 Apr 2003 20:51:27 +0000
(20:51 +0000)
committer
Tom Lane
<
[email protected]
>
Fri, 11 Apr 2003 20:51:27 +0000
(20:51 +0000)
RHL 9. (Not clear why it didn't break long before, actually...)
src/backend/commands/copy.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/copy.c
b/src/backend/commands/copy.c
index d49788b8e18f4357a574e183f4a8d2087c0d66f3..a757c83e5702b36498beaeb05116ed181fd03a4c 100644
(file)
--- a/
src/backend/commands/copy.c
+++ b/
src/backend/commands/copy.c
@@
-7,12
+7,13
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.145.2.
1 2002/02/27 01:47:31 ishii
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.145.2.
2 2003/04/11 20:51:27 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
+#include <errno.h>
#include <unistd.h>
#include <sys/stat.h>