We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b6e99 commit 45fffcfCopy full SHA for 45fffcf
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.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 $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -274,7 +274,6 @@ 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