Re: Parallel safety of binary_upgrade_create_empty_extension

Thomas Munro <thomas.munro@enterprisedb.com>

From: Thomas Munro <thomas.munro@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-03-27T02:39:02Z
Lists: pgsql-hackers
On Tue, Mar 27, 2018 at 3:30 PM, Thomas Munro
<thomas.munro@enterprisedb.com> wrote:
> I hacked something up in Python

#   otool -tvV | \

In case anyone is interested in trying that, it should be "otool -tvV
[path to postgres executable compiled with -O0]" (meaning disassemble
it).  I was removing my home directory from the path before sending
and apparently got carried away...

-- 
Thomas Munro
http://www.enterprisedb.com


Commits

  1. Fix bogus provolatile/proparallel markings on a few built-in functions.