Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b6cb3d0

Browse files
committed
Revert unwanted patch, per Tom.
1 parent 45fffcf commit b6cb3d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pl/plpgsql/src/plpgsql.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.103 2008/11/04 20:58:46 alvherre Exp $
11+
* $PostgreSQL: pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.104 2008/11/04 21:00:15 alvherre Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -274,6 +274,7 @@ typedef struct
274274
typedef struct
275275
{ /* Field in record */
276276
int dtype;
277+
int rfno;
277278
char *fieldname;
278279
int recparentno; /* dno of parent record */
279280
} PLpgSQL_recfield;

0 commit comments

Comments
 (0)