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

Commit 45fffcf

Browse files
committed
Remove unused rfno from PLpgSQL_recfield
Jonah Harris
1 parent 70b6e99 commit 45fffcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pl/plpgsql/src/plpgsql.h

+1-2
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.102 2008/10/09 17:24:05 alvherre Exp $
11+
* $PostgreSQL: pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.103 2008/11/04 20:58:46 alvherre Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -274,7 +274,6 @@ typedef struct
274274
typedef struct
275275
{ /* Field in record */
276276
int dtype;
277-
int rfno;
278277
char *fieldname;
279278
int recparentno; /* dno of parent record */
280279
} PLpgSQL_recfield;

0 commit comments

Comments
 (0)