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

Commit0fa4164

Browse files
committed
meson: Fix two comments
Author: Junwang Zhao <zhjwpku@gmail.com>Discussion:https://postgr.es/m/CAEG8a3KxObc9g8NTzx1kX0Auf=J7FNiubYZXSK6G5wv5ShmP6A@mail.gmail.com
1 parent9543eff commit0fa4164

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/meson.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ backend_objs = [postgres_lib.extract_all_objects(recursive: false)]
112112
# On at least linux we don't actually need to pass in all the objects, but
113113
# at least on FreeBSD and Solaris we have to.
114114
#
115-
# XXX: The reason we don't use the objects for generated sources is that
116-
#hits amesonbug. Luckily we don'tdon'thave probes in generated
117-
# sources...
115+
# XXX: The reason we don't use the objects for generated sources is that doing
116+
#so is not supported in oldermesonversions. Luckily we don't have probes in
117+
#generatedsources...
118118
if dtrace.found()and host_system!='darwin'
119119
backend_input+=custom_target(
120120
'probes.o',
@@ -148,7 +148,7 @@ pg_mod_link_depend = []
148148
# or a [import] library derived from it. Set up the link flags for that.
149149
if mod_link_args_fmt.length()>0
150150
# To avoid unnecessary build-time dependencies on other operating systems,
151-
# only the dependency when it when necessary.
151+
# onlyaddthe dependency when necessary.
152152
pg_mod_link_depend+= postgres
153153

154154
name= mod_link_with_name.format('postgres')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp