Re: [HACKERS] index fix report

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] index fix report
Дата
Msg-id 199809030509.BAA02891@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] index fix report  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Ответы questionable code in heap_formtuple()  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
> OK, it looks like there is a missing file in the tree. I had to modify
>
>   ./backend/optimizer/prep/Makefile
>
> to remove a reference to a nonexistant object file prepkeyset.o
> presumably needing to be built from prepkeyset.c.
>
> That got things building until the next link step, when some routines
> were a missin'. Got that file anywhere? Seems useful...

No wonder it compiles here so nicely.  Adding it now.  I will also do a
make distclean and cvs to see if any other files are missing.
>
>                      - Tom
>
> commands/SUBSYS.o: In function `parse_ksqo':
> commands/SUBSYS.o(.text+0xdff4): undefined reference to
> `_use_keyset_query_optimizer'
> commands/SUBSYS.o(.text+0xe014): undefined reference to
> `_use_keyset_query_optimizer'
> commands/SUBSYS.o: In function `show_ksqo':
> commands/SUBSYS.o(.text+0xe045): undefined reference to
> `_use_keyset_query_optimizer'
> commands/SUBSYS.o: In function `reset_ksqo':
> commands/SUBSYS.o(.text+0xe085): undefined reference to
> `_use_keyset_query_optimizer'
> optimizer/SUBSYS.o: In function `planner':
> optimizer/SUBSYS.o(.text+0x564b): undefined reference to
> `transformKeySetQuery'
> make[1]: *** [postgres] Error 1
> make[1]: Leaving directory `/opt/postgres/pgsql/src/backend'
> make: *** [install] Error 2
>


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] index fix report
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] index fix report