1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

fmgr_faddr cleanup

This commit is contained in:
Bruce Momjian
1998-01-31 05:54:57 +00:00
parent 32305d8c51
commit f1f01a70f9
2 changed files with 6 additions and 5 deletions

View File

@@ -7,12 +7,13 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.17 1998/01/15 19:41:44 pgsql Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.18 1998/01/31 05:54:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <postgres.h>
#include <fmgr.h>
#include <access/htup.h>
#include <access/iqual.h>