Skip to content

Commit

Permalink
tmp fix parser/snprintf.c
Browse files Browse the repository at this point in the history
  • Loading branch information
andypost committed Oct 27, 2024
1 parent fe74126 commit c167636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parser/snprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <math.h>
#include "pool_parser.h"
#include "stringinfo.h"
#include "utils/palloc.h"
#include "postgresql/16/server/postgres_fe.h"

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

0 comments on commit c167636

Please sign in to comment.