interface libpq Makefile.in patch

Поиск
Список
Период
Сортировка
От Ryan Bradetich
Тема interface libpq Makefile.in patch
Дата
Msg-id 199902110228.TAA12641@hpb50023.boi.hp.com
обсуждение исходный текст
Ответы Re: [HACKERS] interface libpq Makefile.in patch  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] interface libpq Makefile.in patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello Hackers ...

The following patch is needed to compile the current development tree with perl 
support.  The addition of MemoryContextAlloc, MemoryContextFree, and 
MemoryContexRealloc in ./src/include/utils/palloc.h require these additional 
header files.

Also where is the current TODO list, I'd like to pick a small project and help 
out when I can.

Thanks,
-Ryan 

P.S.

If I created this patch wrong, or I posted it to the wrong place let me know and 
I'll correct it next time.

*** ./src/interfaces/libpq/Makefile.in.orig  Wed Feb 10 19:11:55 1999
--- ./src/interfaces/libpq/Makefile.in       Wed Feb 10 19:09:25 1999
***************
*** 106,121 ****           $(HEADERDIR)/utils/elog.h       $(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/utils/palloc.h \
       $(HEADERDIR)/utils/palloc.h
 
-       $(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/utils/mcxt.h \
-           $(HEADERDIR)/utils/mcxt.h
-       $(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/nodes/memnodes.h \
-           $(HEADERDIR)/nodes/memnodes.h
-       $(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/nodes/nodes.h \
-           $(HEADERDIR)/nodes/nodes.h
-       $(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/lib/fstack.h \
-           $(HEADERDIR)/lib/fstack.h
-       $(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/utils/memutils.h \
-           $(HEADERDIR)/utils/memutils.h       $(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/access/attnum.h \
$(HEADERDIR)/access/attnum.h      $(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/executor/spi.h \
 
--- 106,111 ----
***************
*** 139,146 ****       @if [ ! -d $(HEADERDIR)/libpq ]; \               then mkdir $(HEADERDIR)/libpq; fi       @if [ !
-d$(HEADERDIR)/utils ]; \
 
-               then mkdir $(HEADERDIR)/nodes; fi
-       @if [ ! -d $(HEADERDIR)/nodes ]; \               then mkdir $(HEADERDIR)/utils; fi       @if [ ! -d
$(HEADERDIR)/access]; \               then mkdir $(HEADERDIR)/access; fi
 
--- 129,134 ----



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: New results for GEQO threshold
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] interface libpq Makefile.in patch