pg_dump shared locks documentation

From: Florin Irion <irionr(at)gmail(dot)com>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: pg_dump shared locks documentation
Date: 2022-03-15 14:19:47
Message-ID: d0f30cc2-3c76-1d43-f291-7c4b2872d653@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

In the `pg_dump` documentation we talk about "shared locks", but IIUC, we actually take `AccessShareLock`s.
This might be misunderstood with the `ShareLock`.

There are 5 occurrences. 4 in `--jobs=njobs` and 1 in `--lock-wait-timeout=timeout` sections.

Cheers,
Florin Irion

Attachment Content-Type Size
0001-doc-Specify-correctly-the-locks-pg_dump-takes.patch text/plain 3.0 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Alvaro Herrera 2022-03-15 15:06:57 Re: pg_dump shared locks documentation
Previous Message Daniel Westermann (DWE) 2022-03-14 14:54:25 Re: Fir mkdir command in "Short Version" for installing from source