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

Commit7c00ffb

Browse files
committed
Fix from Zeugswetter Andreas DBT for Sendproc.
1 parent983ec2c commit7c00ffb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/catalog/heap.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.35 1997/11/2601:10:46 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.36 1997/11/2604:37:53 momjian Exp $
1111
*
1212
* INTERFACE ROUTINES
1313
*heap_creatr()- Create an uncataloged heap relation
@@ -728,9 +728,9 @@ addNewRelationType(char *typeName, Oid new_rel_oid)
728728
'c',/* type-type (catalog) */
729729
',',/* default array delimiter */
730730
"int4in",/* input procedure */
731-
"int4out",/* output procedure */
732-
"int4in",/* send procedure */
733-
"int4out",/* receive procedure */
731+
"int4out",/* output procedure */
732+
"int4out",/* send procedure */
733+
"int4in",/* receive procedure */
734734
NULL,/* array element type - irrelevent */
735735
"-",/* default type value */
736736
(bool)1,/* passed by value */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp