Re: [PATCH] Minor patch to correct symbol name in logs

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Vaishnavi Prabakaran <vaishnaviprabakaran(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Minor patch to correct symbol name in logs
Date: 2017-11-02 17:04:50
Message-ID: 4af3c118-7456-9b73-b37c-bf45b1a1e4ea@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 9/20/17 01:56, Vaishnavi Prabakaran wrote:
> Backend's lo_functions were renamed to avoid conflicting with libpq
> prototypes in commit - 6fc547960dbe0b8bd6cefae5ab7ec3605a5c46fc. 
>
> Logs inside those functions still refer to old symbol names, Here is the
> small patch to update the same.

I think those debug messages refer to the SQL name of the function, so
they look correct to me as is.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-11-02 17:06:40 Re: MERGE SQL Statement for PG11
Previous Message Peter Eisentraut 2017-11-02 16:57:52 Re: [COMMITTERS] pgsql: passwordcheck: Add test suite