Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
ctring committed Jul 7, 2023
1 parent 3a15b24 commit f9555ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pgxn/neon/pagestore_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f9555ab

Please sign in to comment.