Return-Path: owner-postman
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id QAA11842 for postgres-redist; Mon, 27 Feb 1995 16:10:24 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199502280010.QAA11842@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from pv081c.vincent.iastate.edu (pv081c.vincent.iastate.edu [129.186.8.28]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id QAA11832 for <postgres@nobozo.CS.Berkeley.EDU>; Mon, 27 Feb 1995 16:10:13 -0800
Received: by pv081c.vincent.iastate.edu with sendmail-5.65 
	id <AA14280@pv081c.vincent.iastate.edu>; Mon, 27 Feb 1995 18:10:04 -0600
Message-Id: <9502280010.AA14280@pv081c.vincent.iastate.edu>
To: postgres@postgres.Berkeley.EDU
Subject: Compiling portal.c
Date: Mon, 27 Feb 1995 18:10:04 CST
From: Eric P Dean <ericdean@iastate.edu>
Resent-To: postgres-redist@postgres.Berkeley.EDU
Resent-Date: Mon, 27 Feb 95 16:10:24 -0800
Resent-XMts: smtp

I am a Unix amateur so please don't laugh too hard when you read this.
I have made the recommended corrections to the portal.c file (our
PQpnames is broken) and would like to recompile just the portal.c file  
without harming or recompileing all of POSTGRES.  Is this possible and
if so, how?  There is Makefile.inc file in the dirctory
/local/postgres/src/backend/libpq/ which reads as follows:

#
# The frontend libpq interfaces to the backend through these files.
#
.PATH: ${.CURDIR}/libpq

SRCS+= be-dumpdata.c be-fsstubs.c be-pqexec.c

#
# These files are shared with the frontend library.
#
SRCS+= auth.c pqcomm.c portal.c portalbuf.c pqpacket.c pqsignal.c
HEADERS+= auth.h pqsignal.h

Eric Dean
Curator, Visual Resources Collection
College of Design, Iowa State University

==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
              URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/
