mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Produce a clean compile of backend...
This commit is contained in:
@@ -7,13 +7,11 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/filename.c,v 1.2 1996/08/27 07:32:32 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/filename.c,v 1.3 1996/11/03 06:53:05 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#ifndef WIN32
|
||||
@@ -21,7 +19,8 @@
|
||||
#endif /* WIN32 */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include "utils/elog.h"
|
||||
|
||||
#include "postgres.h"
|
||||
#include "utils/palloc.h"
|
||||
#include "utils/builtins.h" /* where function declarations go */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user