Re: [PATCHES] vcbuild optional packages

2007-01-08 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: > This patch fixes vcbuild so you can build without OpenSSL and libz > should you want to. This disables the sslinfo and pgcrypto modules > because they require the libraries to build at all. Applied. regards, tom lane -

Re: [PATCHES] README for vcbuild

2007-01-08 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: >>> Attached is a simple README file (part from Dave P, if my memory is not >>> mistaken) for the vcbuild stuff. Please put in src/tools/msvc. Applied, with Mark K's fix and a bit of polishing of my own. regards, tom lane --

Re: [HACKERS] [PATCHES] SGML index build fix

2007-01-08 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Peter Eisentraut wrote: > >> The problem is that this requires two runs even to proof the documentation, > >> which I think no one wants. > > > So what would the API be to signal you want a draft build? > > gmake DRAFT="Y" html >

Re: [PATCHES] README for vcbuild

2007-01-08 Thread Mark Kirkwood
Magnus Hagander wrote: Note that PostgreSQL builds natively with Visual C++. You must *there for* make sure that you do *NOT* have any tools from Cygwin or Mingw available in the system PATH. Also, make sure you don't have any Cygwin/Mingw environment variables "leaking" through. Little typ

Re: [PATCHES] Tablespace for temporary objects and sort files

2007-01-08 Thread Jaime Casanova
On 1/8/07, Jaime Casanova <[EMAIL PROTECTED]> wrote: maybe once this patch is applied you can think on make indexes and [temp] sequences on temp tables use the same temp_tablespace that table is using... actually, the index part is easy... do you want to do it? -- regards, Jaime Casanova "Pr

Re: [HACKERS] [PATCHES] SGML index build fix

2007-01-08 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Peter Eisentraut wrote: >> The problem is that this requires two runs even to proof the documentation, >> which I think no one wants. > So what would the API be to signal you want a draft build? > gmake DRAFT="Y" html I'd vote for gmake d

Re: [HACKERS] [PATCHES] SGML index build fix

2007-01-08 Thread Bruce Momjian
Peter Eisentraut wrote: > Am Montag, 8. Januar 2007 05:10 schrieb Bruce Momjian: > > Here is a patch that runs the build twice when HTML.index does not > > exist, and once every time after that. This is not ideal, but it is a > > start. > > The problem is that this requires two runs even to proof

Re: [PATCHES] README for vcbuild

2007-01-08 Thread Magnus Hagander
Neil Conway wrote: > Magnus Hagander wrote: >> Attached is a simple README file (part from Dave P, if my memory is not >> mistaken) for the vcbuild stuff. Please put in src/tools/msvc. > > No file attached, AFAICS. Argh. You're right of course. Here it is. //Magnus This directory contains the to

[PATCHES] README for vcbuild

2007-01-08 Thread Magnus Hagander
Attached is a simple README file (part from Dave P, if my memory is not mistaken) for the vcbuild stuff. Please put in src/tools/msvc. //Magnus ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subs

[PATCHES] vcbuild optional packages

2007-01-08 Thread Magnus Hagander
This patch fixes vcbuild so you can build without OpenSSL and libz should you want to. This disables the sslinfo and pgcrypto modules because they require the libraries to build at all. //Magnus Index: src\tools\msvc/mkvcbuild.pl ===

Re: [HACKERS] [PATCHES] SGML index build fix

2007-01-08 Thread Peter Eisentraut
Am Montag, 8. Januar 2007 05:10 schrieb Bruce Momjian: > Here is a patch that runs the build twice when HTML.index does not > exist, and once every time after that. This is not ideal, but it is a > start. The problem is that this requires two runs even to proof the documentation, which I think no