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:
@ -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
|
||||
|
Reference in New Issue
Block a user