1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add prototypes for oracle-compat functions. Rename geo-*.c adt to geo_*.c

This commit is contained in:
Bruce Momjian
1997-03-09 20:41:02 +00:00
parent d8023a00bd
commit b913dd1f9e
5 changed files with 19 additions and 6 deletions

View File

@ -1,7 +1,7 @@
/*
* Edmund Mergl <E.Mergl@bawue.de>
*
* $Id: oracle_compat.c,v 1.1 1997/03/04 05:32:06 scrappy Exp $
* $Id: oracle_compat.c,v 1.2 1997/03/09 20:40:58 momjian Exp $
*
*/
@ -9,6 +9,7 @@
#include <ctype.h>
#include "postgres.h"
#include "utils/builtins.h" /* where function declarations go */
/********************************************************************
*