contrib/tablefunc bugfix

From: Joe Conway <mail(at)joeconway(dot)com>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: contrib/tablefunc bugfix
Date: 2003-05-03 15:06:57
Message-ID: 3EB3DB11.7070909@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

A recent change in the backend exposed a missing include
(lib/stringinfo.h) in contrib/tablefunc. Attached is a fix. Please apply.

I checked and did not find any other contrib libraries affected.

I did find that contrib/cube fails `make installcheck` due to the bison
error message wording change (...syntax error... vs ... parse error
...). It seems contrib/seg was adjusted for this, but cube was not. Is
there a reason for that, or should I send in a patch?

Joe

Attachment Content-Type Size
tablefunc-incl-missing.patch text/plain 797 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-05-03 17:22:11 Re: apply outer->inner join optimisation to OR clauses
Previous Message Bradley Baetz 2003-05-03 07:28:13 apply outer->inner join optimisation to OR clauses