diff --git a/pgxn/neon/pagestore_client.h b/pgxn/neon/pagestore_client.h index ecdad2b127ce..443d1aa098d5 100644 --- a/pgxn/neon/pagestore_client.h +++ b/pgxn/neon/pagestore_client.h @@ -194,9 +194,9 @@ extern char *nm_to_string(NeonMessage * msg); typedef struct { - void (*send) (NeonRequest * request); + bool (*send) (NeonRequest * request); NeonResponse *(*receive) (int region); - void (*flush) (void); + bool (*flush) (void); } page_server_api; extern void prefetch_on_ps_disconnect(void);