File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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...
118118if 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.
149149if 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' )
You can’t perform that action at this time.
0 commit comments