Menu

#270 Error configuring XLR with PostgreSQL

v2.2
closed-fixed
None
3
2017-03-25
2017-03-23
Jaap Keuter
No

scripts/configure-lxr.pl

my @pguser = map {substr($_, 1)} grep (m/^p/, keys %users);

%users does not exist.

Discussion

  • Andre-Littoz

    Andre-Littoz - 2017-03-24

    I am aware of this bug.

    You can download a fix in this thread and partially there.

    Please report if it corrects the bug; I am waiting for positive feedback before issuing a bug fix release.

     
    • Jaap Keuter

      Jaap Keuter - 2017-03-24

      It looks like it does correct the %users issue, as in, it matches my hack of the script.

       
  • Andre-Littoz

    Andre-Littoz - 2017-03-25

    @Jaap: OK I upload a bug-fix release

    Cause: while creating a user/password dictionary to globally check potential inconsistencies in DB configuration across trees and incremental sessions (new check), changing the variable name (and partly its semantics) was forgotten in the specific PostgreSQL part.

    Fix: use adequate variable

    Extra fixes:

    • add missing semicolon separator at line 904
    • use correct marker name %DB_tree_user% (final % was missing) in 2 occurrences near line 980

    Action: issu release 2.2.1

     

    Last edit: Andre-Littoz 2017-03-25
  • Andre-Littoz

    Andre-Littoz - 2017-03-25
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB