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