Re: [HACKERS] Upgrades for 6.4.1

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Upgrades for 6.4.1
Дата
Msg-id 199812181759.MAA03631@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Upgrades for 6.4.1  (Brook Milligan <brook@trillium.NMSU.Edu>)
Список pgsql-hackers
Constantin, should you add this Makefile to the pgaccess distribution?

I am not sure.  It is in the PostgreSQL source tree.

> 
> --- bin/pgaccess/Makefile.orig    Fri Nov  6 23:43:38 1998
> +++ bin/pgaccess/Makefile    Fri Nov  6 23:46:26 1998
> @@ -0,0 +1,21 @@
> +#-------------------------------------------------------------------------
> +#
> +# Makefile
> +#    Makefile for pgaccess
> +#
> +# Copyright (c) 1994, Regents of the University of California
> +#
> +# IDENTIFICATION
> +#    $Header: /usr/local/cvsroot/pgsql/src/interfaces/libpgtcl/Makefile.in,v 1.33 1998/10/19 00:00:41 tgl Exp $
> +#
> +#-------------------------------------------------------------------------
> +
> +SRCDIR= ../..
> +include $(SRCDIR)/Makefile.global
> +
> +.PHONY: all clean
> +all clean: 
> +
> +.PHONY: install
> +install: pgaccess.tcl
> +    $(INSTALL) $(INSTL_EXE_OPTS) pgaccess.tcl $(BINDIR)/pgaccess
> ===========================================================================
> 
> 


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Upgrades for 6.4.1
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Sorry to nag, but... [Failures with arrays]