Skip to content

Commit 086721f

Browse files
committed
tmp fix parser/snprintf.c
1 parent ec6740f commit 086721f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/parser/snprintf.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@
4343
#include <string.h>
4444
#include <ctype.h>
4545
#include <errno.h>
46+
#include <math.h>
4647
#include "pool_parser.h"
4748
#include "stringinfo.h"
4849
#include "utils/palloc.h"
50+
#include "postgresql/16/server/postgres_fe.h"
4951

5052
/*
5153
* We used to use the platform's NL_ARGMAX here, but that's a bad idea,

0 commit comments

Comments
 (0)