1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-11 10:01:57 +03:00

More cleanup

This commit is contained in:
Bruce Momjian
1999-07-16 05:41:19 +00:00
parent 69817665cb
commit 7d5b08dec0
4 changed files with 9 additions and 9 deletions

View File

@ -7,18 +7,17 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.30 1999/07/16 04:58:40 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.31 1999/07/16 05:41:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#ifndef HAVE_MEMMOVE
#include <regex/utils.h>
#else
#include <string.h>
#endif
#include "postgres.h"
#include "access/heapam.h"
#include "catalog/catname.h"
#include "utils/syscache.h"