Re: pgsql: Do not translate dummy SpecialJoinInfos for child joins

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Do not translate dummy SpecialJoinInfos for child joins
Date: 2024-03-25 12:23:17
Message-ID: 202403251223.rgm5mza7vwxf@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 2024-Mar-25, Amit Langote wrote:

> I noticed a failure that I don't know what to make of after this and
> the other commit (5278d0a2e) reached the buildfarm animal morepork:
>
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=morepork&dt=2024-03-25%2009%3A30%3A38
>
> In file included from ginbtree.c:17:
> In file included from ../../../../src/include/access/gin_private.h:20:
> ../../../../src/include/lib/rbtree.h:1:1: error: unknown type name 'ator'
> ator</structfield> <type>yes_or_no</type>
> ^

Surely this is a kernel bug. This text appears in
doc/src/sgml/information_schema.sgml and nowhere else. The animal is
now green, so I don't think you need to do anything about this.

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
"Digital and video cameras have this adjustment and film cameras don't for the
same reason dogs and cats lick themselves: because they can." (Ken Rockwell)

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-03-25 13:01:48 pgsql: Merge prune, freeze and vacuum WAL record formats
Previous Message Peter Eisentraut 2024-03-25 11:48:00 pgsql: pg_createsubscriber: creates a new logical replica from a standb