|
7 | 7 | *
|
8 | 8 | *
|
9 | 9 | * 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 $ |
11 | 11 | *
|
12 | 12 | * INTERFACE ROUTINES
|
13 | 13 | *heap_creatr()- Create an uncataloged heap relation
|
@@ -728,9 +728,9 @@ addNewRelationType(char *typeName, Oid new_rel_oid)
|
728 | 728 | 'c',/* type-type (catalog) */
|
729 | 729 | ',',/* default array delimiter */
|
730 | 730 | "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 */ |
734 | 734 | NULL,/* array element type - irrelevent */
|
735 | 735 | "-",/* default type value */
|
736 | 736 | (bool)1,/* passed by value */
|
|