BUG #12569: pgAdmin3 throws a warning to syslog on startup - Mailing list pgsql-bugs

From richard.t.lloyd@gmail.com
Subject BUG #12569: pgAdmin3 throws a warning to syslog on startup
Date
Msg-id 20150116160210.2591.50051@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      12569
Logged by:          bultacorick
Email address:      richard.t.lloyd@gmail.com
PostgreSQL version: 9.4.0
Operating system:   OSX 10.10.2
Description:

When starting pgAdmin (Version 1.20.0) under OSX 10.10.2 the following
warning is recorded in /var/log/system.log:

---------------

Jan 16 10:58:14 Richards-MacBook-Pro.local pgAdmin3[10479]: WARNING: The
Gestalt selector gestaltSystemVersion is returning 10.9.2 instead of
10.10.2. Use NSProcessInfo's operatingSystemVersion property to get correct
system version number.
    Call location:
Jan 16 10:58:14 Richards-MacBook-Pro.local pgAdmin3[10479]: 0   CarbonCore
                       0x9b51f7c7 ___Gestalt_SystemVersion_block_invoke +
135
Jan 16 10:58:14 Richards-MacBook-Pro.local pgAdmin3[10479]: 1
libdispatch.dylib                   0x960b90b5 dispatch_once_f + 251
Jan 16 10:58:14 Richards-MacBook-Pro.local pgAdmin3[10479]: 2
libdispatch.dylib                   0x960ba0d8 dispatch_once + 31
Jan 16 10:58:14 Richards-MacBook-Pro.local pgAdmin3[10479]: 3   CarbonCore
                       0x9b4b1e88 _Gestalt_SystemVersion + 1050
Jan 16 10:58:14 Richards-MacBook-Pro.local pgAdmin3[10479]: 4   CarbonCore
                       0x9b4b1a39 Gestalt + 150
Jan 16 10:58:14 Richards-MacBook-Pro.local pgAdmin3[10479]: 5
libwx_macu_core-2.8.0.dylib         0x00f8ca08 _Z14UMAInitToolboxtb + 56
Jan 16 10:58:14 Richards-MacBook-Pro.local pgAdmin3[10479]: 6
libwx_macu_core-2.8.0.dylib         0x00f90341 _ZN5wxApp10InitializeERiPPw +
41

---------------

pgAdmin3 appears to start and function correctly however I don't have a
formal test suite so the appearance might be deceptive.

pgsql-bugs by date:

Previous
From: Mike Porter
Date:
Subject: Re: BUG #12556: Clause IN and NOT IN buggy
Next
From: yoonghm@gmail.com
Date:
Subject: BUG #12578: row_to_json() and to_json() add 'T' in timestamp field.