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

Commit6c95562

Browse files
author
Artur Zakirov
committed
Corrected command make check and make installcheck
1 parent3b9494b commit6c95562

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

‎contrib/shared_ispell/Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# contrib/shared_ispell/Makefile
1+
# contrib/shared_ispell/Makefile
22

33
MODULE_big = shared_ispell
44
OBJS = src/shared_ispell.o
@@ -8,6 +8,8 @@ DATA = sql/shared_ispell--1.1.0.sql
88

99
REGRESS = shared_ispell
1010

11+
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/postgresql.conf
12+
1113
ifdefUSE_PGXS
1214
PG_CONFIG = pg_config
1315
PGXS :=$(shell$(PG_CONFIG) --pgxs)
@@ -17,4 +19,7 @@ subdir = contrib/shared_ispell
1719
top_builddir = ../..
1820
include$(top_builddir)/src/Makefile.global
1921
include$(top_srcdir)/contrib/contrib-global.mk
20-
endif
22+
endif
23+
24+
installcheck:
25+
@echo"installcheck is disabled"

‎contrib/shared_ispell/postgresql.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shared_preload_libraries='shared_ispell'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp