Skip to content

Commit

Permalink
Un oubli dans les changements de nom
Browse files Browse the repository at this point in the history
xlog --> wal
location --> lsn

Merci à tholot sur le forum
(https://forums.postgresql.fr/viewtopic.php?pid=31588#p31588) pour
l'info.
  • Loading branch information
gleu committed Nov 6, 2020
1 parent 57fd3ee commit 1a1c1d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions postgresql/func.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19440,10 +19440,10 @@ off
<primary>pg_is_in_recovery</primary>
</indexterm>
<indexterm>
<primary>pg_last_xlog_receive_location</primary>
<primary>pg_last_wal_receive_lsn</primary>
</indexterm>
<indexterm>
<primary>pg_last_xlog_replay_location</primary>
<primary>pg_last_wal_replay_lsn</primary>
</indexterm>
<indexterm>
<primary>pg_last_xact_replay_timestamp</primary>
Expand Down Expand Up @@ -19479,7 +19479,7 @@ off
</row>
<row>
<entry>
<literal><function>pg_last_xlog_receive_location</function>()</literal>
<literal><function>pg_last_wal_receive_lsn</function>()</literal>
</entry>
<entry><type>pg_lsn</type></entry>
<entry>Récupère l'emplacement de la dernière transaction reçue et
Expand All @@ -19494,7 +19494,7 @@ off
</row>
<row>
<entry>
<literal><function>pg_last_xlog_replay_location</function>()</literal>
<literal><function>pg_last_wal_replay_lsn</function>()</literal>
</entry>
<entry><type>pg_lsn</type></entry>
<entry>Récupère l'emplacement du dernier enregistrement WAL rejoué lors
Expand Down

0 comments on commit 1a1c1d5

Please sign in to comment.