Skip to content
Snippets Groups Projects
Commit e36f9cd4 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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

parent b0f5086e
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * 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) ...@@ -809,7 +809,7 @@ find_typmod_coercion_function(Oid typeId)
!pform->proisagg) !pform->proisagg)
{ {
/* Okay to use it */ /* Okay to use it */
funcid = ftup->t_data->t_oid; funcid = HeapTupleGetOid(ftup);
} }
ReleaseSysCache(ftup); ReleaseSysCache(ftup);
} }
......
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