mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +03:00
Remove unused rfno from PLpgSQL_recfield
Jonah Harris
This commit is contained in:
parent
70b6e99e40
commit
45fffcf778
@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.102 2008/10/09 17:24:05 alvherre Exp $
|
* $PostgreSQL: pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.103 2008/11/04 20:58:46 alvherre Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -274,7 +274,6 @@ typedef struct
|
|||||||
typedef struct
|
typedef struct
|
||||||
{ /* Field in record */
|
{ /* Field in record */
|
||||||
int dtype;
|
int dtype;
|
||||||
int rfno;
|
|
||||||
char *fieldname;
|
char *fieldname;
|
||||||
int recparentno; /* dno of parent record */
|
int recparentno; /* dno of parent record */
|
||||||
} PLpgSQL_recfield;
|
} PLpgSQL_recfield;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user