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