Skip to content
Snippets Groups Projects
Commit b6cb3d0c authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Revert unwanted patch, per Tom.

parent 45fffcf7
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment