use NoLock instead of the magic number 0 - Mailing list pgsql-hackers

From Junwang Zhao
Subject use NoLock instead of the magic number 0
Date
Msg-id CAEG8a3JSTCB1=yx=VKS7Fb6ebj4oa5YNPBx9y00Sc=d3x_2mjQ@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Inside *add_local_<>_reloption*, we should pass NoLock instead of
the magic 0 to init_<>_reloption, which makes more sense.


-- 
Regards
Junwang Zhao

Attachment

pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: broken table formatting in psql
Next
From: Junwang Zhao
Date:
Subject: [PATCH v1] fix potential memory leak in untransformRelOptions