Skip to content

Commit 5a2fee8

Browse files
committed
Merge branch 'REL9_5_STABLE' into PGPRO9_5
2 parents 7f5bdd4 + 6af5137 commit 5a2fee8

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

doc/src/sgml/ref/pgbench.sgml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -993,10 +993,9 @@ END;
993993
Field <replaceable>schedule_lag</> is the difference between the
994994
transaction's scheduled start time, and the time it actually started, in
995995
microseconds. It is only present when the <option>--rate</> option is used.
996-
The last field <replaceable>skipped_transactions</> reports the number of
997-
transactions skipped because they were too far behind schedule. It is only
998-
present when both options <option>--rate</> and <option>--latency-limit</>
999-
are used.
996+
When both <option>--rate</> and <option>--latency-limit</> are used,
997+
the <replaceable>time</> for a skipped transaction will be reported as
998+
<literal>skipped</>.
1000999
</para>
10011000

10021001
<para>

doc/src/sgml/ref/postgres-ref.sgml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -633,16 +633,6 @@ doc/src/sgml/ref/postgres-ref.sgml
633633
</listitem>
634634
</varlistentry>
635635

636-
<varlistentry>
637-
<term><envar>TZ</envar></term>
638-
639-
<listitem>
640-
<para>
641-
Server time zone
642-
</para>
643-
</listitem>
644-
</varlistentry>
645-
646636
</variablelist>
647637
</refsect1>
648638

0 commit comments

Comments
 (0)