Re: pgsql: Remove superfluous tqual.h includes.

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Remove superfluous tqual.h includes.
Date: 2019-01-21 21:09:34
Message-ID: 20190121210934.wzpklcgcj2j33cx2@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On 2019-01-21 15:54:41 -0500, Tom Lane wrote:
> Andres Freund <andres(at)anarazel(dot)de> writes:
> > Remove superfluous tqual.h includes.
>
> You probably already noticed that this broke everything.

Yea, pushed a fix. I don't quite understand how that happened - just
before commit I again trawled through all the remaining tqual.h includes
removing the one in catalog.c, but my shell history does report that I
*successfully* rebuilt afterwards (but with make -s, so I don't know
what exactly was rebuilt). This change clearly should've triggered a
rebuild, even in a tree without --enable-depend (but my tree does have
that).

Greetings,

Andres Freund

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-01-21 21:17:15 pgsql: Second try at fixing ecpglib thread-safety problem.
Previous Message Andres Freund 2019-01-21 21:01:45 pgsql: Fix "Remove superfluous tqual.h includes" by adding back one inc