Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit462e2b9

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_extrasourcefrom src/tools/msvc/Mkvcbuild.pm are no longer used. With this change thecontrib module jsquery does not need them either.
1 parent15e66cd commit462e2b9

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
intlen;
4848
inttotal;
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
intjsquery_yylex(YYSTYPE * yylval_param);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp