ECPG regression tests generating warnings - Mailing list pgsql-hackers

From Kevin Grittner
Subject ECPG regression tests generating warnings
Date
Msg-id 1389544137.26553.YahooMailNeo@web122305.mail.ne1.yahoo.com
Whole thread Raw
Responses Re: ECPG regression tests generating warnings  (Michael Meskes <meskes@postgresql.org>)
List pgsql-hackers
Since 192b4aacad45c16a8a9341644479125977366dab my `make
check-world` runs are generating these two warnings:

desc.pgc:55: WARNING: descriptor ""outdesc"" does not exist
desc.pgc:86: WARNING: descriptor ""outdesc"" does not exist

The referenced file is in the src/interfaces/ecpg/test/sql/
directory and was modified by the above-mentioned commit.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Andreas Karlsson
Date:
Subject: Re: Syntax of INSERT...ON DUPLICATE KEY LOCK FOR UPDATE
Next
From: Marko Tiikkaja
Date:
Subject: Re: proposal, patch: allow multiple plpgsql plugins