PostgreSQL Error Windows 10
Results 1 to 10 of 10
  1. #1
    Junior Member
    Join Date
    Apr 2012
    Posts
    10

    Default PostgreSQL Error Windows 10

    Hi I got every minute postgresql errors after starting HM2...



    2016-02-11 19:27:59 CETERROR: prepared statement "insertplayer" already exists
    2016-02-11 19:27:59 CETSTATEMENT: PREPARE INSERTPLAYER (text,smallint,integer,integer,smallint) AS Insert into players (playername,pokersite_id,cashhands,tourneyhands,op timizationstatus) values ($1,$2,$3,$4,$5) RETURNING player_id;

    PREPARE CSUpdate (integer,integer,smallint,smallint,smallint,intege r,
    integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer)
    as
    Update CompiledPlayerResults set totalhands = totalhands + $6
    , TotalAmountWonincents = TotalAmountWonincents + $7
    , TotalRakeincents = TotalRakeincents + $8
    , TotalBBsWon = TotalBBsWon + $9
    , VPIPHands = VPIPHands + $10
    , PFRHands = PFRHands + $11
    , CouldColdCall = CouldColdCall + $12
    , DidColdCall = DidColdCall + $13
    , CouldThreeBet = CouldThreeBet + $14
    , DidThreeBet = DidThreeBet + $15
    , CouldSqueeze = CouldSqueeze + $16
    , DidSqueeze = DidSqueeze + $17
    , FacingTwoPreflopRaisers = FacingTwoPreflopRaisers + $18
    , CalledTwoPreflopRaisers = CalledTwoPreflopRaisers + $19
    , RaisedTwoPreflopRaisers = RaisedTwoPreflopRaisers + $20
    , SmallBlindStealAttempted = SmallBlindStealAttempted + $21
    , SmallBlindStealDefended = SmallBlindStealDefended + $22
    , SmallBlindStealReraised = SmallBlindStealReraised + $23
    , BigBlindStealAttempted = BigBlindStealAttempted + $24
    , BigBlindStealDefended = BigBlindStealDefended + $25
    , BigBlindStealReraised = BigBlindStealReraised + $26
    , SawNonSmallShowdown = SawNonSmallShowdown + $27
    , WonNonSmallShowdown = WonNonSmallShowdown + $28
    , SawLargeShowdown = SawLargeShowdown + $29
    , WonLargeShowdown = WonLargeShowdown + $30
    , SawNonSmallShowdownLimpedFlop = SawNonSmallShowdownLimpedFlop + $31
    , WonNonSmallShowdownLimpedFlop = WonNonSmallShowdownLimpedFlop + $32
    , SawLargeShowdownLimpedFlop = SawLargeShowdownLimpedFlop + $33
    , WonLargeShowdownLimpedFlop = WonLargeShowdownLimpedFlop + $34
    , WonHand = WonHand + $35
    , WonHandWhenSawFlop = WonHandWhenSawFlop + $36
    , WonHandWhenSawTurn = WonHandWhenSawTurn + $37
    , WonHandWhenSawRiver = WonHandWhenSawRiver + $38
    , FacedThreeBetPreflop = FacedThreeBetPreflop + $39
    , FoldedToThreeBetPreflop = FoldedToThreeBetPreflop + $40
    , CalledThreeBetPreflop = CalledThreeBetPreflop + $41
    , RaisedThreeBetPreflop = RaisedThreeBetPreflop + $42
    , FacedFourBetPreflop = FacedFourBetPreflop + $43
    , FoldedToFourBetPreflop = FoldedToFourBetPreflop + $44
    , CalledFourBetPreflop = CalledFourBetPreflop + $45
    , RaisedFourBetPreflop = RaisedFourBetPreflop + $46
    , TurnFoldIPPassOnFlopCB = TurnFoldIPPassOnFlopCB + $47
    , TurnCallIPPassOnFlopCB = TurnCallIPPassOnFlopCB + $48
    , TurnRaiseIPPassOnFlopCB = TurnRaiseIPPassOnFlopCB + $49
    , RiverFoldIPPassOnTurnCB = RiverFoldIPPassOnTurnCB + $50
    , RiverCallIPPassOnTurnCB = RiverCallIPPassOnTurnCB + $51
    , RiverRaiseIPPassOnTurnCB = RiverRaiseIPPassOnTurnCB + $52
    , SawFlop = SawFlop + $53
    , SawShowdown = SawShowdown + $54
    , WonShowdown = WonShowdown + $55
    , TotalBets = TotalBets + $56
    , TotalCalls = TotalCalls + $57
    , FlopContinuationBetPossible = FlopContinuationBetPossible + $58
    , FlopContinuationBetMade = FlopContinuationBetMade + $59
    , TurnContinuationBetPossible = TurnContinuationBetPossible + $60
    , TurnContinuationBetMade = TurnContinuationBetMade + $61
    , RiverContinuationBetPossible = RiverContinuationBetPossible + $62
    , RiverContinuationBetMade = RiverContinuationBetMade + $63
    , FacingFlopContinuationBet = FacingFlopContinuationBet + $64
    , FoldedToFlopContinuationBet = FoldedToFlopContinuationBet + $65
    , CalledFlopContinuationBet = CalledFlopContinuationBet + $66
    , RaisedFlopContinuationBet = RaisedFlopContinuationBet + $67
    , FacingTurnContinuationBet = FacingTurnContinuationBet + $68
    , FoldedToTurnContinuationBet = FoldedToTurnContinuationBet + $69
    , CalledTurnContinuationBet = CalledTurnContinuationBet + $70
    , RaisedTurnContinuationBet = RaisedTurnContinuationBet + $71
    , FacingRiverContinuationBet = FacingRiverContinuationBet + $72
    , FoldedToRiverContinuationBet = FoldedToRiverContinuationBet + $73
    , CalledRiverContinuationBet = CalledRiverContinuationBet + $74
    , RaisedRiverContinuationBet = RaisedRiverContinuationBet + $75
    , TotalPostFlopStreetsSeen = TotalPostFlopStreetsSeen + $76
    , totalaggressivepostflopstreetsseen = totalaggressivepostflopstreetsseen + $77
    where compiledplayerresults_id = (select compiledplayerresults_id from compiledplayerresults where player_id = $1
    and playedyearandmonth = $2
    and numberofplayers = $3
    and gametype_id = $4
    and bbgroup_id = $5 limit 1);

  2. #2
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    These are just excess logging. Newer versions of Postgres have removed it.
    Regards udbrky (Chris)

  3. #3
    Junior Member
    Join Date
    Apr 2012
    Posts
    10

    Default

    Thanks for this info, so I just have to update it? What is the latest version of postgres?

  4. #4
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    Anything besides 9.1 would be ok.

    Fozzy and I both have a 9.5 installation. I've used 9.2 and 9.0 a lot. 9.4 and 9.3 I have not tested as much.
    Regards udbrky (Chris)

  5. #5
    Junior Member
    Join Date
    Apr 2012
    Posts
    10

    Default

    I Installed 9.51 , the messages still appear ... :/

  6. #6
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    It's benign logging. It's nothing to worry about.
    Regards udbrky (Chris)

  7. #7
    Junior Member
    Join Date
    Apr 2012
    Posts
    10

    Default

    mhm ok fine.. just sick if u try to find some other logged events while postgresql is spamming it ..

  8. #8
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    It's nothing we can do - we aren't Postgresql.
    Regards udbrky (Chris)

  9. #9
    Junior Member
    Join Date
    Jun 2016
    Posts
    2

    Default

    Quote Originally Posted by udbrky View Post
    It's nothing we can do - we aren't Postgresql.
    in postgresql.conf
    log_min_messages = panic

  10. #10
    *** HM3! *** fozzy71's Avatar
    Join Date
    Jun 2005
    Location
    HM Support
    Posts
    32,810

    Default

    Quote Originally Posted by inter View Post
    in postgresql.conf
    log_min_messages = panic
    Thanks. We have updated Step 7 of our Large Log Files FAQ to include this information.

Similar Threads

  1. windows 7 and postgreSQL
    By diogocyrineu in forum Manager General
    Replies: 1
    Last Post: 01-27-2010, 01:00 PM
  2. HEM & PostgreSQL with Windows 7 64
    By Chris MintZ in forum Manager General
    Replies: 5
    Last Post: 12-06-2009, 02:13 PM
  3. PostgreSQL & Windows 7
    By Charli in forum Manager General
    Replies: 1
    Last Post: 11-13-2009, 05:38 PM
  4. Cannot install postgresql 8.3 on windows 7
    By binbs in forum Manager General
    Replies: 2
    Last Post: 05-24-2009, 01:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •