problem with install scripts.

From: Tzahi Fadida <Tzahi(dot)ML(at)gmail(dot)com>
To: "PostgreSQL Development" <pgsql-hackers(at)postgresql(dot)org>
Subject: problem with install scripts.
Date: 2007-04-08 16:42:16
Message-ID: 200704081942.16898.Tzahi.ML@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
I used the development version of PostgreSQL to compile my module
fulldisjunctions. The install scripts works well there (passes).
However, i wanted to check if it still works (backward compatible) with the
stable version and it complains on these lines in the sql script when i do
make installcheck:
SET standard_conforming_strings = off;
SET escape_string_warning = off;

When i remove this lines the stable version make installcheck passes.

What should i do?
10x.

--
Regards,
        Tzahi.
--
Tzahi Fadida
Blog: http://tzahi.blogsite.org | Home Site: http://tzahi.webhop.info
WARNING TO SPAMMERS:  see at
http://members.lycos.co.uk/my2nis/spamwarning.html

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ottó Havasvölgyi 2007-04-08 16:58:03 Re: Eliminating unnecessary left joins
Previous Message Simon Riggs 2007-04-08 16:02:08 Re: Reviewers Guide to DeferredTransactions/TransactionGuarantee