Re: pg_advisory_unlock(null)

2022-07-15 Thread David G. Johnston
_advisory_unlock with NULL > value. > This call: select pg_advisory_unlock(null), returns null without reporting, > but according to the documentation it was expected either false or true. > Maybe add information about null value? > version: 12.10 > It is defined as strict because

pg_advisory_unlock(null)

2022-07-14 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/functions-admin.html Description: Hello! There is no information in documentation about pg_advisory_unlock with NULL value. This call: select pg_advisory_unlock(null), returns null