Skip to content

Commit ffa44c9

Browse files
committed
Fix bug reporting address
1 parent 3b57153 commit ffa44c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
1717
dnl
1818
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1919

20-
AC_INIT([PostgresPro], [9.5.1.3], [pgsql-bugs@postgrespro.com])
20+
AC_INIT([PostgresPro], [9.5.1.3], [bugs@postgrespro.ru])
2121

2222
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
2323
Untested combinations of 'autoconf' and PostgreSQL versions are not

src/include/pg_config.h.win32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
#define MEMSET_LOOP_LIMIT 1024
558558

559559
/* Define to the address where bug reports for this package should be sent. */
560-
#define PACKAGE_BUGREPORT "pgsql-bugs@postgrespro.com"
560+
#define PACKAGE_BUGREPORT "bugs@postgrespro.ru"
561561

562562
/* Define to the full name of this package. */
563563
#define PACKAGE_NAME "PostgresPro"

0 commit comments

Comments
 (0)