1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +03:00

Remove OLD_FILE_NAMING code. No longer used.

This commit is contained in:
Bruce Momjian
2001-05-30 20:52:34 +00:00
parent 06e5f1dfd9
commit 53020d0fbe
9 changed files with 16 additions and 152 deletions

View File

@@ -9,6 +9,9 @@
#ifndef __CONNECTION_H__
#define __CONNECTION_H__
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif