We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fffcf commit b6cb3d0Copy full SHA for b6cb3d0
src/pl/plpgsql/src/plpgsql.h
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -274,6 +274,7 @@ typedef struct
274
typedef struct
275
{ /* Field in record */
276
int dtype;
277
+ int rfno;
278
char *fieldname;
279
int recparentno; /* dno of parent record */
280
} PLpgSQL_recfield;
0 commit comments