提交 e36f9cd4 编写于 作者: B Bruce Momjian

Manually apply part of oid patch that didn't apply cleanly.

上级 b0f5086e
......@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $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 $
*
*-------------------------------------------------------------------------
*/
......@@ -809,7 +809,7 @@ find_typmod_coercion_function(Oid typeId)
!pform->proisagg)
{
/* Okay to use it */
funcid = ftup->t_data->t_oid;
funcid = HeapTupleGetOid(ftup);
}
ReleaseSysCache(ftup);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册