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

Commitaa3ef7f

Browse files
committed
Fix some OBJS lists in two Makefiles to be ordered alphabetically
These have been missed in01368e5, and count for plpython and thebackend's tsearch code.Author: Mahendra SinghDiscussion:https://postgr.es/m/CAKYtNAo4mxRRyDB0YqE6QLh17XD7pPQotpGm3GnHS+gQKz4zQQ@mail.gmail.com
1 parent181932a commitaa3ef7f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

‎src/backend/tsearch/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ DICTFILES=synonym_sample.syn thesaurus_sample.ths \
2424
DICTFILES_PATH=$(addprefix dicts/,$(DICTFILES))
2525

2626
OBJS =\
27-
ts_locale.o\
28-
ts_parse.o\
29-
wparser.o\
30-
wparser_def.o\
3127
dict.o\
28+
dict_ispell.o\
3229
dict_simple.o\
3330
dict_synonym.o\
3431
dict_thesaurus.o\
35-
dict_ispell.o\
3632
regis.o\
3733
spell.o\
3834
to_tsany.o\
35+
ts_locale.o\
36+
ts_parse.o\
3937
ts_selfuncs.o\
4038
ts_typanalyze.o\
41-
ts_utils.o
39+
ts_utils.o\
40+
wparser.o\
41+
wparser_def.o
4242

4343
include$(top_srcdir)/src/backend/common.mk
4444

‎src/pl/plpython/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ PGFILEDESC = "PL/Python - procedural language"
2020
NAME = plpython$(python_majorversion)
2121

2222
OBJS =\
23+
$(WIN32RES)\
2324
plpy_cursorobject.o\
2425
plpy_elog.o\
2526
plpy_exec.o\
@@ -31,8 +32,7 @@ OBJS = \
3132
plpy_spi.o\
3233
plpy_subxactobject.o\
3334
plpy_typeio.o\
34-
plpy_util.o\
35-
$(WIN32RES)
35+
plpy_util.o
3636

3737
DATA =$(NAME)u.control$(NAME)u--1.0.sql$(NAME)u--unpackaged--1.0.sql
3838
ifeq ($(python_majorversion),2)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp