Skip to content

Commit 462e2b9

Browse files
author
Marina Polyakova
committed
PGPRO-5414: Windows build fix for Postgres Pro Standard 15
In PostgreSQL 15 the variables contrib_extraincludes and contrib_extrasource from src/tools/msvc/Mkvcbuild.pm are no longer used. With this change the contrib module jsquery does not need them either.
1 parent 15e66cd commit 462e2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsquery_gram.y

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ typedef struct string {
4747
int len;
4848
int total;
4949
} string;
50-
#include <jsquery_gram.h>
50+
#include "jsquery_gram.h"
5151

5252
/* flex 2.5.4 doesn't bother with a decl for this */
5353
int jsquery_yylex(YYSTYPE * yylval_param);

0 commit comments

Comments
 (0)