Package: postgresql-11 Version: 11.9-0+deb10u1 Severity: minor Dear Maintainer,
I noticed that integer-datetimes are the default since commit b6aa17e0ae3 (Thu Feb 23 11:40:12 2017 -0500), so this configure option in debian/rules is a nop. Relevant lines from configure.ac: 129 # 64-bit integer date/time storage is now the only option, but to avoid 130 # unnecessary breakage of build scripts, continue to accept an explicit 131 # "--enable-integer-datetimes" switch. 132 # 133 PGAC_ARG_BOOL(enable, integer-datetimes, yes, [obsolete option, no longer supported], 134 [], 135 [AC_MSG_ERROR([--disable-integer-datetimes is no longer supported])]) diff --git a/debian/rules b/debian/rules index 58626e6..ae5d25b 100755 --- a/debian/rules +++ b/debian/rules @@ -61,7 +61,6 @@ COMMON_CONFIGURE_FLAGS= \ --includedir=/usr/include/postgresql/ \ --with-extra-version=" ($(DEB_VENDOR) $(DEB_VERSION))" \ --enable-nls \ - --enable-integer-datetimes \ --enable-thread-safety \ --enable-tap-tests \ --enable-debug \