From 1c3c08053452f342d9cf09aff9a36a5939508412 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 4 Jun 1999 21:12:07 +0000 Subject: Turns out OIDNAMELEN wasn't really being used at all! Get rid of it to make customization of NAMEDATALEN easier. --- src/include/postgres_ext.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/include/postgres_ext.h') diff --git a/src/include/postgres_ext.h b/src/include/postgres_ext.h index c09606a1071..7e73539912a 100644 --- a/src/include/postgres_ext.h +++ b/src/include/postgres_ext.h @@ -16,7 +16,7 @@ * use header files that are otherwise internal to Postgres to interface * with the backend. * - * $Id: postgres_ext.h,v 1.3 1999/02/13 23:20:47 momjian Exp $ + * $Id: postgres_ext.h,v 1.4 1999/06/04 21:12:07 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -33,7 +33,4 @@ typedef unsigned int Oid; */ #define NAMEDATALEN 32 -/* OIDNAMELEN should be set to NAMEDATALEN + sizeof(Oid) */ -#define OIDNAMELEN 36 - #endif -- cgit v1.2.3