pgsql: Doc: fix silly thinko in 8bf6ec3ba.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix silly thinko in 8bf6ec3ba.
Date: 2023-01-12 03:20:10
Message-ID: E1pFo8Q-003DuC-4Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix silly thinko in 8bf6ec3ba.

Amit Langote

Discussion: https://postgr.es/m/CA+HiwqG2v-SnWyJuyVM-Z8DEFukY8+qe3XLMwSG4Xp7Yf=RioA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d93d68aeeaeeda0e871825b461fd9ab68c7c0de3

Modified Files
--------------
doc/src/sgml/ddl.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-01-12 03:44:26 pgsql: Refactor DetermineSleepTime() to use milliseconds.
Previous Message Peter Geoghegan 2023-01-12 02:47:05 pgsql: Make lazy_vacuum_heap_rel match lazy_scan_heap.