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

Commite4c50b7

Browse files
committed
Make shared_ispell compile for PostgreSQL master
1 parent7381528 commite4c50b7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎Makefile‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ include $(top_builddir)/src/Makefile.global
2121
include$(top_srcdir)/contrib/contrib-global.mk
2222
endif
2323

24-
installcheck:;
24+
# Disabled because these tests require "shared_preload_libraries=shared_ispell",
25+
# which typical installcheck users do not have (e.g. buildfarm clients).
26+
installcheck: REGRESS=

‎src/shared_ispell.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ _PG_fini(void)
166166
staticvoid
167167
ispell_shmem_startup()
168168
{
169-
boolfound=FALSE;
169+
boolfound=false;
170170
char*segment;
171171

172172
if (prev_shmem_startup_hook)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp