Menu

#338 could not format inet value: pg_stat_replication on OSX

Development Queue
open
SQL query (126)
3
2013-03-12
2012-08-27
No

This error appears on OSX
INSERT INTO INET_TBL (c, i) VALUES ('10:23::f1', '10:23::f1/64');
+ ERROR: could not format inet value: Address family not supported by protocol family
INSERT INTO INET_TBL (c, i) VALUES ('10:23::8000/113', '10:23::ffff');
+ ERROR: could not format inet value: Address family not supported by protocol family
INSERT INTO INET_TBL (c, i) VALUES ('::ffff:1.2.3.4', '::4.3.2.1/24');
+ ERROR: could not format inet value: Address family not supported by protocol family

Related to the same issue, it is not possible to run pg_stat_replication on OSX.

Discussion

  • Koichi Suzuki

    Koichi Suzuki - 2012-09-11
    • priority: 5 --> 3
    • assigned_to: nobody --> michaelpq
     
  • Koichi Suzuki

    Koichi Suzuki - 2013-03-12
    • milestone: 2663467 --> Development Queue
     
  • Koichi Suzuki

    Koichi Suzuki - 2013-03-12

    OSX specific.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.