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

Commit6ad5793

Browse files
committed
Include headers of archive/ in installation
These new headers have been recently added in35739b8, but they were notinstalled. Sravan has provided the patch for configure/make, while Ihave fixed the meson part.Author: Sravan Kumar, Michael PaquierDiscussion:https://postgr.es/m/CA+=NbjguiQy-MbVqfQ-jQ=2Fcmx3Zs36OkKb-vjt28jMTG0OOg@mail.gmail.com
1 parent012ee84 commit6ad5793

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎src/include/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ all: pg_config.h pg_config_ext.h pg_config_os.h
1717

1818

1919
# Subdirectories containing installable headers
20-
SUBDIRS = access bootstrap catalog commands common datatype\
20+
SUBDIRS = accessarchivebootstrap catalog commands common datatype\
2121
executor fe_utils foreign jit\
2222
lib libpq mb nodes optimizer parser partitioning postmaster\
2323
regex replication rewrite\

‎src/include/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ subdir('utils')
129129

130130
header_subdirs= [
131131
'access',
132+
'archive',
132133
'catalog',
133134
'bootstrap',
134135
'commands',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp