mirror of
https://github.com/postgres/postgres.git
synced 2026-04-02 15:57:24 -04:00
Revert unwanted patch, per Tom.
This commit is contained in:
parent
45fffcf778
commit
b6cb3d0c06
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.103 2008/11/04 20:58:46 alvherre Exp $
|
||||
* $PostgreSQL: pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.104 2008/11/04 21:00:15 alvherre Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -274,6 +274,7 @@ typedef struct
|
|||
typedef struct
|
||||
{ /* Field in record */
|
||||
int dtype;
|
||||
int rfno;
|
||||
char *fieldname;
|
||||
int recparentno; /* dno of parent record */
|
||||
} PLpgSQL_recfield;
|
||||
|
|
|
|||
Loading…
Reference in a new issue