From 42ad8df3a9cfb824287845bdd0af9e741fc75747 Mon Sep 17 00:00:00 2001 From: Stas Kelvich Date: Thu, 8 Feb 2024 17:43:36 +0200 Subject: [PATCH] Update docs/rfcs/032-compute-aux-files.md Co-authored-by: Heikki Linnakangas --- docs/rfcs/032-compute-aux-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfcs/032-compute-aux-files.md b/docs/rfcs/032-compute-aux-files.md index 9a31072ebe..328b843fef 100644 --- a/docs/rfcs/032-compute-aux-files.md +++ b/docs/rfcs/032-compute-aux-files.md @@ -3,7 +3,7 @@ In the current Neon architecture, compute nodes can only persist data through WAL replication to storage nodes. This method covers most of the data that Postgres persists, but not all. Exceptions include: * Replication slots -* Postgres statistics files +* Postgres statistics files (`pg_stat/pgstat.stat`) * `pg_stat_statements` disk state * `pg_prewarm` disk state