Re: pg_control_init() bug

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_control_init() bug
Дата
Msg-id 20191221204227.GK11527@momjian.us
обсуждение исходный текст
Ответ на Re: pg_control_init() bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Dec 10, 2019 at 05:46:48PM -0500, Tom Lane wrote:
> "Bossart, Nathan" <bossartn@amazon.com> writes:
> > I noticed that pg_control_init() is failing an assertion on 13devel:
> 
> Hmm, yeah.  In a non-assert build I get
> 
> regression=# select * from pg_control_init();
> ERROR:  function return row and query-specified return row do not match
> DETAIL:  Returned row contains 12 attributes, but query expects 11.
> 
> > The attached patch seems to clear this up.  I think this was missed in
> > 2e4db241.
> 
> Evidently.  Thanks for the report!

FYI, this has been applied:

    Fix tuple column count in pg_control_init().
    
    Oversight in commit 2e4db241b.
    
    Nathan Bossart
    
    Discussion: https://postgr.es/m/1B616360-396A-4482-AA28-375566C86160@amazon.com
    
    Branch
    ------
    master
    
    Details
    -------
    https://git.postgresql.org/pg/commitdiff/8729fa72483f8a9acf299508bb2cbae1aa9a29b8
    
    Modified Files
    --------------
    src/backend/utils/misc/pg_controldata.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: psql small improvement patch
Следующее
От: Nikolay Samokhvalov
Дата:
Сообщение: Re: [PATCH] Increase the maximum value track_activity_query_size