We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f5086 commit e36f9cdCopy full SHA for e36f9cd
src/backend/parser/parse_coerce.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/parser/parse_coerce.c,v 2.78 2002/07/18 23:11:28 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/parse_coerce.c,v 2.79 2002/07/20 05:29:01 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -809,7 +809,7 @@ find_typmod_coercion_function(Oid typeId)
809
!pform->proisagg)
810
{
811
/* Okay to use it */
812
- funcid = ftup->t_data->t_oid;
+ funcid = HeapTupleGetOid(ftup);
813
}
814
ReleaseSysCache(ftup);
815
0 commit comments