diff options
| author | Robert Haas <rhaas@postgresql.org> | 2017-02-09 16:40:19 -0500 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2017-02-09 16:40:19 -0500 |
| commit | 3f01fd4ca0b4c81333b1f0dadb09c73aa589ab6e (patch) | |
| tree | 8c0e024a3f9c0db749a269206b1dafec4614c2e1 /doc/src | |
| parent | 85c11324cabaddcfaf3347df78555b30d27c5b5a (diff) | |
Rename dtrace probes for ongoing xlog -> wal conversion.
xlog-switch becomes wal-switch, and xlog-insert becomes wal-insert.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/monitoring.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 01fad3870f6..5b67defdb89 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -3349,14 +3349,14 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <entry>Probe that fires when a dirty WAL buffer write is complete.</entry> </row> <row> - <entry><literal>xlog-insert</literal></entry> + <entry><literal>wal-insert</literal></entry> <entry><literal>(unsigned char, unsigned char)</literal></entry> <entry>Probe that fires when a WAL record is inserted. arg0 is the resource manager (rmid) for the record. arg1 contains the info flags.</entry> </row> <row> - <entry><literal>xlog-switch</literal></entry> + <entry><literal>wal-switch</literal></entry> <entry><literal>()</literal></entry> <entry>Probe that fires when a WAL segment switch is requested.</entry> </row> |
