Skip to content

Conversation

@iskakaushik
Copy link
Contributor

No description provided.

Comment on lines 162 to 166
#### For PostgreSQL 9.6 and below:

```sql
SELECT pg_xlog_location_diff(pg_current_xlog_insert_location(), '0/0') / 1024 / 1024 AS wal_generated_mb;
```
Copy link
Member

@serprex serprex Jan 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't support PG 9.6, our minimum supported version was PG12 I thought. We should at least show the expected version first since people don't read they just copy paste

@iskakaushik iskakaushik merged commit c1b5b0b into main Jan 31, 2025
5 checks passed
@gingerwizard gingerwizard deleted the max-slot-wal-keep-size branch March 13, 2025 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants