Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0fa4164

Browse files
committed
meson: Fix two comments
Author: Junwang Zhao <zhjwpku@gmail.com> Discussion: https://postgr.es/m/CAEG8a3KxObc9g8NTzx1kX0Auf=J7FNiubYZXSK6G5wv5ShmP6A@mail.gmail.com
1 parent 9543eff commit 0fa4164

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 a meson bug. Luckily we don't don't have 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 older meson versions. Luckily we don't have probes in
117+
# generated sources...
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+
# only add the dependency when necessary.
152152
pg_mod_link_depend += postgres
153153

154154
name = mod_link_with_name.format('postgres')

0 commit comments

Comments
 (0)