1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Turns out OIDNAMELEN wasn't really being used at all!

Get rid of it to make customization of NAMEDATALEN easier.
This commit is contained in:
Tom Lane
1999-06-04 21:12:07 +00:00
parent 7b5f84d12d
commit 1c3c080534
3 changed files with 6 additions and 15 deletions

View File

@ -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