Skip to content

Commit ee09e4b

Browse files
committed
simplify
1 parent 4345c66 commit ee09e4b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compat.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ shm_mq_send_compat(shm_mq_handle *mqh, Size nbytes, const void *data,
3232
static inline void
3333
InitPostgresCompat(const char *in_dbname, Oid dboid,
3434
const char *username, Oid useroid,
35-
#if PG_VERSION_NUM >= 190000
3635
uint32 flags,
37-
#else
38-
bits32 flags,
39-
#endif
4036
char *out_dbname)
4137
{
4238
#if PG_VERSION_NUM >= 170000

0 commit comments

Comments
 (0)