Re: Out arguments name of "pg_identify_object_as_address" function in 9.5.14 and 11beta3

Andrew Gierth <andrew@tao11.riddles.org.uk>

From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Jean-Pierre Pelletier <jean.pierre.pelletier0@gmail.com>, pgsql-hackers@postgresql.org
Date: 2018-09-03T18:51:21Z
Lists: pgsql-hackers
>>>>> "Tom" == Tom Lane <tgl@sss.pgh.pa.us> writes:

 Tom> I do not think we can change the names of the output arguments;
 Tom> it'd break existing queries. However, renaming input arguments
 Tom> shouldn't affect anything.

What about callers that might be using named-argument notation?

-- 
Andrew (irc:RhodiumToad)


Commits

  1. Make argument names of pg_get_object_address consistent, and fix docs.