Re: How to compile a dynamically loadable object file

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: How to compile a dynamically loadable object file
Date: 2000-05-01 13:06:59
Message-ID: 390D8173.20BD8FDF@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > What steps are best to determine what flags should be used to make a
> > dynamically loadable object file?

In the context of your book, the best thing to do is to look at a
contrib/ makefile, which (should; you'd best look at several and
choose a robust one) reuse the Postgres mechanisms already in place.

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-05-01 15:49:01 Re: CREATE TABLE AS standard?
Previous Message Thomas Lockhart 2000-05-01 13:02:01 Re: CREATE TABLE AS standard?