1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Include headers of archive/ in installation

These new headers have been recently added in 35739b8, but they were not
installed.  Sravan has provided the patch for configure/make, while I
have fixed the meson part.

Author: Sravan Kumar, Michael Paquier
Discussion: https://postgr.es/m/CA+=NbjguiQy-MbVqfQ-jQ=2Fcmx3Zs36OkKb-vjt28jMTG0OOg@mail.gmail.com
This commit is contained in:
Michael Paquier
2023-03-10 20:08:10 +09:00
parent 012ee84259
commit 6ad5793a49
2 changed files with 2 additions and 1 deletions

View File

@ -129,6 +129,7 @@ subdir('utils')
header_subdirs = [
'access',
'archive',
'catalog',
'bootstrap',
'commands',