Commit 2c8dd05
committed
Make pg_stat_wal_receiver consistent with the WAL receiver's shmem info
d140f2f has renamed receivedUpto to flushedUpto, and has added
writtenUpto to the WAL receiver's shared memory information, but
pg_stat_wal_receiver was not consistent with that. This commit renames
received_lsn to flushed_lsn, and adds a new column called written_lsn.
Bump catalog version.
Author: Michael Paquier
Reviewed-by: Álvaro Herrera
Discussion: https://postgr.es/m/20200515090817.GA212736@paquier.xyz1 parent e78b930 commit 2c8dd05
File tree
6 files changed
+47
-29
lines changed- doc/src/sgml
- src
- backend
- catalog
- replication
- include/catalog
- test/regress/expected
6 files changed
+47
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2541 | 2541 | | |
2542 | 2542 | | |
2543 | 2543 | | |
2544 | | - | |
| 2544 | + | |
| 2545 | + | |
| 2546 | + | |
| 2547 | + | |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
| 2551 | + | |
| 2552 | + | |
| 2553 | + | |
| 2554 | + | |
2545 | 2555 | | |
2546 | 2556 | | |
2547 | 2557 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
815 | | - | |
| 815 | + | |
| 816 | + | |
816 | 817 | | |
817 | 818 | | |
818 | 819 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1348 | 1348 | | |
1349 | 1349 | | |
1350 | 1350 | | |
1351 | | - | |
| 1351 | + | |
| 1352 | + | |
1352 | 1353 | | |
1353 | 1354 | | |
1354 | 1355 | | |
| |||
1366 | 1367 | | |
1367 | 1368 | | |
1368 | 1369 | | |
1369 | | - | |
| 1370 | + | |
| 1371 | + | |
1370 | 1372 | | |
1371 | 1373 | | |
1372 | 1374 | | |
| |||
1413 | 1415 | | |
1414 | 1416 | | |
1415 | 1417 | | |
1416 | | - | |
| 1418 | + | |
1417 | 1419 | | |
1418 | 1420 | | |
1419 | | - | |
1420 | | - | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
1421 | 1427 | | |
1422 | | - | |
| 1428 | + | |
1423 | 1429 | | |
1424 | | - | |
| 1430 | + | |
1425 | 1431 | | |
1426 | | - | |
| 1432 | + | |
1427 | 1433 | | |
1428 | | - | |
| 1434 | + | |
1429 | 1435 | | |
1430 | | - | |
| 1436 | + | |
1431 | 1437 | | |
1432 | | - | |
| 1438 | + | |
1433 | 1439 | | |
1434 | | - | |
| 1440 | + | |
1435 | 1441 | | |
1436 | | - | |
| 1442 | + | |
1437 | 1443 | | |
1438 | | - | |
| 1444 | + | |
1439 | 1445 | | |
1440 | | - | |
| 1446 | + | |
1441 | 1447 | | |
1442 | | - | |
| 1448 | + | |
1443 | 1449 | | |
1444 | | - | |
| 1450 | + | |
1445 | 1451 | | |
1446 | | - | |
| 1452 | + | |
1447 | 1453 | | |
1448 | | - | |
| 1454 | + | |
1449 | 1455 | | |
1450 | | - | |
| 1456 | + | |
1451 | 1457 | | |
1452 | | - | |
| 1458 | + | |
1453 | 1459 | | |
1454 | 1460 | | |
1455 | 1461 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5244 | 5244 | | |
5245 | 5245 | | |
5246 | 5246 | | |
5247 | | - | |
5248 | | - | |
5249 | | - | |
| 5247 | + | |
| 5248 | + | |
| 5249 | + | |
5250 | 5250 | | |
5251 | 5251 | | |
5252 | 5252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2124 | 2124 | | |
2125 | 2125 | | |
2126 | 2126 | | |
2127 | | - | |
| 2127 | + | |
| 2128 | + | |
2128 | 2129 | | |
2129 | 2130 | | |
2130 | 2131 | | |
| |||
2134 | 2135 | | |
2135 | 2136 | | |
2136 | 2137 | | |
2137 | | - | |
| 2138 | + | |
2138 | 2139 | | |
2139 | 2140 | | |
2140 | 2141 | | |
| |||
0 commit comments