Fix bug for array-formatted identities of user mappings

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: b3196e65f5bfc997ec7fa3f91645a09289c10dee
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2015-03-25T17:28:34Z
Releases: 9.5.0
Fix bug for array-formatted identities of user mappings

I failed to realize that server names reported in the object args array
would get quoted, which is wrong; remove that, making sure that it's
only quoted in the string-formatted identity.

This bug was introduced by my commit cf34e373, which was backpatched,
but since object name/args arrays are new in commit a676201490c8, there
is no need to backpatch this any further.

Files

PathChange+/−
src/backend/catalog/objectaddress.c modified +3 −2