1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-01 21:31:19 +03:00

Produce a clean compile of backend...

This commit is contained in:
Marc G. Fournier
1996-11-03 06:54:38 +00:00
parent 3cf53c1d8a
commit c9002ecb21
29 changed files with 73 additions and 75 deletions

View File

@@ -12,19 +12,20 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.3 1996/08/26 06:32:06 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.4 1996/11/03 06:53:08 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <stdio.h>
#include <string.h>
#include "postgres.h"
#include "access/heapam.h"
#include "utils/tqual.h" /* for NowTimeQual */
#include "fmgr.h"
#include "utils/builtins.h" /* for textout() prototype
and where the declarations go */
#include "utils/elog.h"
#include "utils/palloc.h"
#include "catalog/catname.h"