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

Commit1fd3566

Browse files
Update pg_config.h.in with libnuma changes
Add macros from autoheader which were accidentally omitted incommit65c298f. There is no function change by this as nocode is currently using the missing macro.Author: Daniel Gustafsson <daniel@yesql.se>Reviewed-by: Jacob Champion <jacob.champion@enterprisedb.com>Discussion:https://postgr.es/m/CF6D7D7F-E1C4-45BE-9019-0F4B4BC7C135@yesql.se
1 parent1fc3403 commit1fd3566

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/include/pg_config.h.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@
249249
/* Define to 1 if you have the `m' library (-lm). */
250250
#undef HAVE_LIBM
251251

252+
/* Define to 1 if you have the `numa' library (-lnuma). */
253+
#undef HAVE_LIBNUMA
254+
252255
/* Define to 1 if you have the `pam' library (-lpam). */
253256
#undef HAVE_LIBPAM
254257

@@ -689,7 +692,7 @@
689692
/* Define to 1 to build with libcurl support. (--with-libcurl) */
690693
#undef USE_LIBCURL
691694

692-
/* Define to1 tobuild with NUMA support. (--with-libnuma) */
695+
/* Define to build with NUMA support. (--with-libnuma) */
693696
#undef USE_LIBNUMA
694697

695698
/* Define to build with io_uring support. (--with-liburing) */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp