Re: pg_sequence catalog

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Kuntal Ghosh <kuntalghosh(dot)2007(at)gmail(dot)com>
Cc: Andreas Karlsson <andreas(at)proxel(dot)se>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_sequence catalog
Date: 2017-01-03 14:30:58
Message-ID: 9af0e817-119e-ad59-070f-280154ff2dcf@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 1/3/17 7:23 AM, Kuntal Ghosh wrote:
> The regression tests for hot standby check fails since it uses the
> following statement:
> -select min_value as sequence_min_value from hsseq;
> which is no longer supported I guess. It should be modified as following:
> select min_value as sequence_min_value from pg_sequences where
> sequencename = 'hsseq';
>
> Attached is a patch which reflects the above changes.

Fixed, thanks.

I made a note to self to port this test to the TAP framework.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-01-03 14:34:38 Re: [PATCH] Reload SSL certificates on SIGHUP
Previous Message Peter Eisentraut 2017-01-03 14:11:45 Re: WIP: About CMake v2