Re: Preliminary patch for FRONTEND

From: Neil Conway <neilc(at)samurai(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Preliminary patch for FRONTEND
Date: 2004-10-01 05:19:09
Message-ID: 1096607949.9055.20.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Pasto:

*** src/bin/pg_config/Makefile 1 Aug 2004 06:56:38 -0000 1.8
--- src/bin/pg_config/Makefile 1 Oct 2004 04:04:06 -0000
***************
*** 1,18 ****
[...]
--- 1,23 ----
!
#-------------------------------------------------------------------------
! #
! # Makefile for src/bin/pg_controldata
! #
! # Copyright (c) 1998-2002, PostgreSQL Global Development Group
! #
! # $PostgreSQL: pgsql-server/src/bin/pg_controldata/Makefile,v 1.9
2004/05/26 17:24:01 tgl Exp $
! #
!
#-------------------------------------------------------------------------

s/pg_controldata/pg_config/ (and maybe fix the copyright date range?)

*** src/port/Makefile 28 Aug 2004 22:55:06 -0000 1.18
--- src/port/Makefile 1 Oct 2004 04:04:11 -0000
***************
*** 48,51 ****
echo "#define LOCALEDIR \"$(localedir)\"" >>$@

clean distclean maintainer-clean:
! rm -f libpgport.a $(LIBOBJS) pg_config_paths.h
--- 68,71 ----
echo "#define LOCALEDIR \"$(localedir)\"" >>$@

clean distclean maintainer-clean:
! rm -f libpgport.a $(LIBOBJS) $(LIBOBJS_SRV) pg_config_paths.h

"clean" should remove libpgport_srv.a as well, shouldn't it?

*** src/port/getaddrinfo.c 28 Sep 2004 00:07:01 -0000 1.15
--- src/port/getaddrinfo.c 1 Oct 2004 04:04:12 -0000
***************
*** 26,31 ****
--- 26,32 ----
#include <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+ #include <rpc/types.h>
#endif

#include "getaddrinfo.h"

What is this change for?

-Neil

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-10-01 05:43:24 Re: Preliminary patch for FRONTEND
Previous Message Euler Taveira de Oliveira 2004-10-01 04:24:33 backend translation update: pt_BR