1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

More include file cleanups

This commit is contained in:
Marc G. Fournier
1996-11-03 08:17:38 +00:00
parent 4bdf308bdf
commit 0c960e7fc0
16 changed files with 38 additions and 95 deletions

View File

@@ -8,31 +8,24 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.7 1996/11/01 09:41:39 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.8 1996/11/03 08:16:49 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <stdio.h>
#include <sys/types.h>
#include <netinet/in.h>
#include "postgres.h"
#include "access/htup.h"
#include "access/heaptuple.h"
#include "utils/rel.h"
#include "access/tupdesc.h"
#include "utils/palloc.h"
#include "fmgr.h"
#include "libpq/pqcomm.h"
#include "storage/buf.h"
#include "utils/palloc.h"
#include "libpq/libpq.h"
#include "catalog/pg_type.h"
#include "utils/syscache.h"
#include "access/heaptuple.h"
/* ----------------------------------------------------------------
* printtup / debugtup support