Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite36f9cd

Browse files
committed
Manually apply part of oid patch that didn't apply cleanly.
1 parentb0f5086 commite36f9cd

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)

[8]ページ先頭

©2009-2025 Movatter.jp