From 8a0b3d7c32d98197b37be4de2e5a5bf5817b92a5 Mon Sep 17 00:00:00 2001 From: Arseny Sher Date: Fri, 29 Sep 2023 12:32:25 +0300 Subject: [PATCH] add walproposer_c top comment --- pgxn/neon/walproposer_pg.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pgxn/neon/walproposer_pg.c b/pgxn/neon/walproposer_pg.c index 113616c37b..fe59db50d5 100644 --- a/pgxn/neon/walproposer_pg.c +++ b/pgxn/neon/walproposer_pg.c @@ -1,3 +1,11 @@ +/* + * Implementation of postgres based walproposer disk and IO routines, i.e. the + * real ones. The reason this is separate from walproposer.c is ability to + * replace them with mocks, allowing to do simulation testing. + * + * Also contains initialization of postgres based walproposer. + */ + #include "postgres.h" #include