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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy