mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Removed (useless) pg_proc_prosrc_index
Jan
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: syscache.h,v 1.18 1999/08/09 03:13:28 tgl Exp $
|
||||
* $Id: syscache.h,v 1.19 1999/09/30 10:31:47 wieck Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -58,9 +58,8 @@
|
||||
#define GRONAME 23
|
||||
#define GROSYSID 24
|
||||
#define REWRITENAME 25
|
||||
#define PROSRC 26
|
||||
#define CLADEFTYPE 27
|
||||
#define LANOID 28
|
||||
#define CLADEFTYPE 26
|
||||
#define LANOID 27
|
||||
|
||||
/* ----------------
|
||||
* struct cachedesc: information needed for a call to InitSysCache()
|
||||
|
||||
Reference in New Issue
Block a user