mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Backpatch BCC compile changes to 8.0.X for psql.
This commit is contained in:
@ -3,11 +3,15 @@
|
||||
*
|
||||
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.142 2005/03/16 21:27:23 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.143 2005/04/29 13:42:20 momjian Exp $
|
||||
*/
|
||||
#include "postgres_fe.h"
|
||||
#include "command.h"
|
||||
|
||||
#ifdef WIN32_CLIENT_ONLY /* needed for BCC */
|
||||
#undef mkdir
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
#ifdef HAVE_PWD_H
|
||||
|
Reference in New Issue
Block a user