File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ cdata.set_quoted('PG_MAJORVERSION', pg_version_major.to_string())
150150cdata.set(' PG_MAJORVERSION_NUM' , pg_version_major)
151151cdata.set(' PG_MINORVERSION_NUM' , pg_version_minor)
152152cdata.set(' PG_VERSION_NUM' , pg_version_num)
153- # PG_VERSION_STR is built later, it depends compiler test results
153+ # PG_VERSION_STR is built later, it depends on compiler test results
154154cdata.set_quoted(' CONFIGURE_ARGS' , '' )
155155
156156
@@ -1674,7 +1674,7 @@ if cc.has_function_attribute('visibility:default') and \
16741674 cdata.set(' HAVE_VISIBILITY_ATTRIBUTE' , 1 )
16751675
16761676 # Only newer versions of meson know not to apply gnu_symbol_visibility =
1677- # inlineshidden to C code as well... Any either way, we want to put these
1677+ # inlineshidden to C code as well... And either way, we want to put these
16781678 # flags into exported files (pgxs, .pc files).
16791679 cflags_mod += ' -fvisibility=hidden'
16801680 cxxflags_mod += [' -fvisibility=hidden' , ' -fvisibility-inlines-hidden' ]
You can’t perform that action at this time.
0 commit comments