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

Commit1ae5ace

Browse files
committed
Fix meson installation of new generated files
Fix for9b1a6f5: We want to install catalog/syscache_ids.h but notcatalog/syscache_info.h. The meson code has this backwards. Themakefiles are ok.Reported-by: Aleksander Alekseev <aleksander@timescale.com>Discussion:https://www.postgresql.org/message-id/CAJ7c6TMDGmAiozDjJQ3%3DP3cd-1BidC_GpitcAuU0aqq-r1eSoQ%40mail.gmail.com
1 parentb96115a commit1ae5ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/catalog/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ output_install = [
114114
dir_data,
115115
dir_data,
116116
dir_include_server/'catalog',
117-
false,
118117
dir_include_server/'catalog',
118+
false,
119119
dir_include_server/'catalog',
120120
]
121121

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp