pgsql/src/backend/access/heap (heapam.c)

From: Peter Eisentraut - PostgreSQL <petere>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/heap (heapam.c)
Date: 2000-06-30 16:10:46
Message-ID: 200006301610.e5UGAkl79326@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, June 30, 2000 @ 12:10:44
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/access/heap
from hub.org:/home/projects/pgsql/tmp/cvs-serv79126/src/backend/access/heap

Modified Files:
heapam.c

----------------------------- Log Message -----------------------------

Fixes for Solaris/cc suggested by <pgsql-hackers(at)thewrittenword(dot)com>

Don't use DISABLE_COMPLEX_MACRO on Solaris. Don't define the
replacement function in the header file. Use -KPIC, not -K PIC.
Use CC to link C++ libraries, not ld/ar.

Eliminate file not found warnings in tcl build code.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2000-06-30 16:10:49 pgsql/src/bin/pgtclsh (Makefile)
Previous Message Peter Eisentraut - PostgreSQL 2000-06-30 16:10:40 pgsql (configure configure.in)