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

Commit2dd3f96

Browse files
committed
Add #includes missed in commite22b27f.
Leaving out getopt_long.h works on some platforms, but not all.Per buildfarm.Discussion:https://postgr.es/m/20180325030552.f462zqmohs6cqekg@alap3.anarazel.de
1 parent038a2ed commit2dd3f96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎src/bin/pg_controldata/pg_controldata.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include"catalog/pg_control.h"
2626
#include"common/controldata_utils.h"
2727
#include"pg_getopt.h"
28+
#include"getopt_long.h"
2829

2930

3031
staticvoid

‎src/bin/pg_resetwal/pg_resetwal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
#include"common/restricted_token.h"
5656
#include"storage/large_object.h"
5757
#include"pg_getopt.h"
58+
#include"getopt_long.h"
5859

5960

6061
staticControlFileDataControlFile;/* pg_control values */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp