mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
added #include "config.h" for ESCAPE_PATCH define
This commit is contained in:
@ -6,10 +6,13 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.5 1996/08/26 06:30:21 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.6 1996/08/27 07:42:22 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h> /* for mode_t */
|
||||
#include <sys/stat.h> /* for umask(2) prototype */
|
||||
|
Reference in New Issue
Block a user