Skip to content

Commit 915b023

Browse files
committed
Merge branch 'PGPROEE9_6_ALPHA' into PGPROEE9_6_scheduler
2 parents 1bc5bd3 + acdf56d commit 915b023

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/src/sgml/chkpass.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
passwords without re-encrypting them. If you want the encrypted password
3333
without the colon then use the <function>raw()</> function.
3434
This allows you to use the
35-
type with things like Apache's <literal>Auth_&productname;</> module.
35+
type with things like Apache's <literal>Auth_PostgreSQL</> module.
3636
</para>
3737

3838
<para>

src/Makefile.global.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ VERSION_NUM = @PG_VERSION_NUM@
4242

4343
PGPRO_VERSION = @PGPRO_VERSION@
4444
PGPRO_PACKAGE_NAME = @PGPRO_PACKAGE_NAME@
45+
PGPRO_EDITION = @PGPRO_EDITION@
4546

4647
# Set top_srcdir, srcdir, and VPATH.
4748
ifdef PGXS

0 commit comments

Comments
 (0)