Re: unknownin/out patch (was [HACKERS] PQescapeBytea is not - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: unknownin/out patch (was [HACKERS] PQescapeBytea is not
Date
Msg-id 200204240308.g3O38gq11486@candle.pha.pa.us
Whole thread Raw
Responses Re: unknownin/out patch (was [HACKERS] PQescapeBytea is not  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
OK, I have had to apply this additional patch to fix a fmgr.c failure.
Would someone please verify that the additional columns I added have the
correct values.  I think this was needed because there were other
changes to include/catalog/pg_proc.h in this area.

---------------------------------------------------------------------------

pgman wrote:
>
> Patch applied.  Thanks.
>
> Catalog version updated.
>
> ---------------------------------------------------------------------------

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
Index: src/include/catalog/pg_proc.h
===================================================================
RCS file: /cvsroot/pgsql/src/include/catalog/pg_proc.h,v
retrieving revision 1.230
diff -c -r1.230 pg_proc.h
*** src/include/catalog/pg_proc.h    24 Apr 2002 02:12:53 -0000    1.230
--- src/include/catalog/pg_proc.h    24 Apr 2002 03:05:35 -0000
***************
*** 237,245 ****
  DATA(insert OID = 108 (  scalargtjoinsel   PGNSP PGUID 12 f t f t f s 3 701 "0 26 0" 100 0 0 100  scalargtjoinsel -
_null_)); 
  DESCR("join selectivity of > and related operators on scalar datatypes");

! DATA(insert OID =  109 (  unknownin               PGNSP PGUID 12 f t t i 1 f 705 "0" 100 0 0 100    unknownin -
_null_)); 
  DESCR("(internal)");
! DATA(insert OID =  110 (  unknownout           PGNSP PGUID 12 f t t i 1 f 23  "0" 100 0 0 100    unknownout - _null_
));
  DESCR("(internal)");

  DATA(insert OID = 112 (  text               PGNSP PGUID 12 f t t t f i 1  25 "23" 100 0 0 100  int4_text - _null_ ));
--- 237,245 ----
  DATA(insert OID = 108 (  scalargtjoinsel   PGNSP PGUID 12 f t f t f s 3 701 "0 26 0" 100 0 0 100  scalargtjoinsel -
_null_)); 
  DESCR("join selectivity of > and related operators on scalar datatypes");

! DATA(insert OID =  109 (  unknownin           PGNSP PGUID 12 f t t t f i 1 705 "0" 100 0 0 100    unknownin - _null_
));
  DESCR("(internal)");
! DATA(insert OID =  110 (  unknownout       PGNSP PGUID 12 f t t t f i 1 23  "0" 100 0 0 100    unknownout - _null_
));
  DESCR("(internal)");

  DATA(insert OID = 112 (  text               PGNSP PGUID 12 f t t t f i 1  25 "23" 100 0 0 100  int4_text - _null_ ));

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Comment on database
Next
From: Peter Eisentraut
Date:
Subject: Re: regression tests for ALTER TABLE ... DEFAULT