Re: anonymous composite types for Table Functions (aka SRFs)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: anonymous composite types for Table Functions (aka SRFs)
Дата
Msg-id 200208041955.g74JtRd18279@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: anonymous composite types for Table Functions (aka SRFs)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: anonymous composite types for Table Functions (aka SRFs)
Список pgsql-patches
Woh, seems like there is a compile problem.  Joe, my guess is that the
pg_proc patch you send me today didn't have _all_ of the needed changes.

I am attaching a patch with the fix need to get it to compile, but it is
clearly wrong.  Would you submit a fix based on current CVS for this?  I
know this gets confusing when patches conflict.


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

Bruce Momjian wrote:
>
> [ New version of pg_proc.c used for application.]
>
> Patch applied.  Thanks.  initdb forced.
>

--
  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/backend/catalog/pg_proc.c
===================================================================
RCS file: /cvsroot/pgsql-server/src/backend/catalog/pg_proc.c,v
retrieving revision 1.83
diff -c -r1.83 pg_proc.c
*** src/backend/catalog/pg_proc.c    4 Aug 2002 19:48:09 -0000    1.83
--- src/backend/catalog/pg_proc.c    4 Aug 2002 19:53:42 -0000
***************
*** 318,324 ****
   * type he claims.
   */
  static void
! checkretval(Oid rettype, List *queryTreeList)
  {
      Query       *parse;
      int            cmd;
--- 318,324 ----
   * type he claims.
   */
  static void
! checkretval(Oid rettype, char fn_typtype /* XXX FIX ME */, List *queryTreeList)
  {
      Query       *parse;
      int            cmd;

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: anonymous composite types for Table Functions (aka
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: anonymous composite types for Table Functions (aka SRFs)