mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Fix from Zeugswetter Andreas DBT for Sendproc.
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.35 1997/11/26 01:10:46 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.36 1997/11/26 04:37:53 momjian Exp $
|
||||||
*
|
*
|
||||||
* INTERFACE ROUTINES
|
* INTERFACE ROUTINES
|
||||||
* heap_creatr() - Create an uncataloged heap relation
|
* heap_creatr() - Create an uncataloged heap relation
|
||||||
@ -729,8 +729,8 @@ addNewRelationType(char *typeName, Oid new_rel_oid)
|
|||||||
',', /* default array delimiter */
|
',', /* default array delimiter */
|
||||||
"int4in", /* input procedure */
|
"int4in", /* input procedure */
|
||||||
"int4out",/* output procedure */
|
"int4out",/* output procedure */
|
||||||
"int4in", /* send procedure */
|
"int4out",/* send procedure */
|
||||||
"int4out", /* receive procedure */
|
"int4in", /* receive procedure */
|
||||||
NULL, /* array element type - irrelevent */
|
NULL, /* array element type - irrelevent */
|
||||||
"-", /* default type value */
|
"-", /* default type value */
|
||||||
(bool) 1, /* passed by value */
|
(bool) 1, /* passed by value */
|
||||||
|
Reference in New Issue
Block a user