Skip to content

Commit e36f9cd

Browse files
committed
Manually apply part of oid patch that didn't apply cleanly.
1 parent b0f5086 commit e36f9cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/parser/parse_coerce.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/parser/parse_coerce.c,v 2.78 2002/07/18 23:11:28 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/parser/parse_coerce.c,v 2.79 2002/07/20 05:29:01 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -809,7 +809,7 @@ find_typmod_coercion_function(Oid typeId)
809809
!pform->proisagg)
810810
{
811811
/* Okay to use it */
812-
funcid = ftup->t_data->t_oid;
812+
funcid = HeapTupleGetOid(ftup);
813813
}
814814
ReleaseSysCache(ftup);
815815
}

0 commit comments

Comments
 (0)