one more small dblink fix

Поиск
Список
Период
Сортировка
От Joe Conway
Тема one more small dblink fix
Дата
Msg-id 3D82BB06.9060003@joeconway.com
обсуждение исходный текст
Ответы Re: one more small dblink fix  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Sorry -- missed one line that should have been removed with the last patch.
Please apply this one in addition to the other. It romoves the EXTRA_CLEAN
line since it is no longer needed.

Thanks,

Joe
Index: contrib/dblink/Makefile
===================================================================
RCS file: /opt/src/cvs/pgsql-server/contrib/dblink/Makefile,v
retrieving revision 1.6
diff -c -r1.6 Makefile
*** contrib/dblink/Makefile    3 Sep 2002 04:01:05 -0000    1.6
--- contrib/dblink/Makefile    14 Sep 2002 03:55:04 -0000
***************
*** 12,17 ****
  DATA_built = dblink.sql
  DOCS = README.dblink

- EXTRA_CLEAN = dblink.test.out dblink.test.diff
-
  include $(top_srcdir)/contrib/contrib-global.mk
--- 12,15 ----

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

Предыдущее
От: sugita@sra.co.jp
Дата:
Сообщение: psql timing patch for over an hour
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Russian NLS Updates (pg_dump and postgres)