Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4fa8bd3

Browse files
committed
Doc: split up wait_event table.
The previous design for this table didn't really work in narrow views,such as PDF output; besides which its reliance on large morerowsvalues made it a pain to maintain (cfab3e4fb, for example).I experimented with a couple of ways to fix it, but the best andsimplest is to split it up into a separate table for each eventtype category.I also rearranged the event ordering to be strictly alphabetical,as nobody would ever be able to find entries otherwise.There is work afoot to revise the set of event names describedin this table, but this commit just changes the layout, not thecontents.In passing, add a missing entry to pg_locks.locktype,and cross-reference that to the related wait event list.Discussion:https://postgr.es/m/6916.1589146280@sss.pgh.pa.us
1 parenta042750 commit4fa8bd3

File tree

2 files changed

+1264
-1077
lines changed

2 files changed

+1264
-1077
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10238,9 +10238,11 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
1023810238
<literal>tuple</literal>,
1023910239
<literal>transactionid</literal>,
1024010240
<literal>virtualxid</literal>,
10241+
<literal>speculative token</literal>,
1024110242
<literal>object</literal>,
1024210243
<literal>userlock</literal>, or
10243-
<literal>advisory</literal>
10244+
<literal>advisory</literal>.
10245+
(See also <xref linkend="wait-event-lock-table"/>.)
1024410246
</para></entry>
1024510247
</row>
1024610248

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp