Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[clickpipes] Add recommendation for max_slot_wal_keep_size #3180

Merged
merged 2 commits into from
Jan 31, 2025

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
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.

2 participants