pg_advisory_unlock(null)

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: morgothko(at)gmail(dot)com
Subject: pg_advisory_unlock(null)
Date: 2022-07-14 12:47:18
Message-ID: 165780283800.13042.946242194712389137@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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 without reporting,
but according to the documentation it was expected either false or true.
Maybe add information about null value?
version: 12.10

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Shay Rojansky 2022-07-14 14:43:00 Re: Clarify the ordering guarantees in combining queries (or lack thereof)
Previous Message David G. Johnston 2022-07-14 12:28:44 Re: Clarify the ordering guarantees in combining queries (or lack thereof)