File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18887,7 +18887,7 @@ _ACEOF
18887
18887
18888
18888
# Supply a numeric version string for use by 3rd party add-ons
18889
18889
# awk -F is a regex on some platforms, and not on others, so make "." a tab
18890
- PG_VERSION_NUM="`echo " $PG_MAJORVERSION $PG_MINORVERSION" |
18890
+ PG_VERSION_NUM="`echo $PG_MAJORVERSION $PG_MINORVERSION |
18891
18891
$AWK '{printf "%d%04d", $1, $2}'`"
18892
18892
18893
18893
cat >>confdefs.h <<_ACEOF
Original file line number Diff line number Diff line change @@ -2322,7 +2322,7 @@ AC_DEFINE_UNQUOTED(PG_VERSION_STR,
2322
2322
2323
2323
# Supply a numeric version string for use by 3rd party add-ons
2324
2324
# awk -F is a regex on some platforms, and not on others, so make "." a tab
2325
- [PG_VERSION_NUM="`echo " $PG_MAJORVERSION $PG_MINORVERSION" |
2325
+ [PG_VERSION_NUM="`echo $PG_MAJORVERSION $PG_MINORVERSION |
2326
2326
$AWK '{printf "%d%04d", $1, $2}'`"]
2327
2327
AC_DEFINE_UNQUOTED(PG_VERSION_NUM, $PG_VERSION_NUM, [PostgreSQL version as a number])
2328
2328
AC_SUBST(PG_VERSION_NUM)
You can’t perform that action at this time.
0 commit comments