View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000144 | Pgpool-II | Bug | public | 2015-08-28 12:18 | 2015-09-17 11:54 |
| Reporter | helicopter | Assigned To | t-ishii | ||
| Priority | urgent | Severity | major | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| OS | Linux-based | ||||
| Summary | 0000144: Bug with inserting via PQexecParams | ||||
| Description | I have bug "portalXXXXX does not exist" when I try to insert via PQexecParams. Update and delete are fine. pgpool-II 3.4.3. PostgreSQL 7.4.1. | ||||
| Tags | No tags attached. | ||||
|
|
I resolve this bug when I inserted "return 0" in begin of need_insert_lock function in pool_process_query.c and I commented "rewrite = rewrite_timestamp_insert(i_stmt, &ctx);" line in if (IsA(stmt, InsertStmt)) { InsertStmt *i_stmt = (InsertStmt *) stmt; ctx.relname = nodeToString(i_stmt->relation); // rewrite = rewrite_timestamp_insert(i_stmt, &ctx); } of rewrite_timestamp function in pool_timestamp.c Maybe bug is located in rewrite_timestamp_insert function. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-08-28 12:18 | helicopter | New Issue | |
| 2015-08-29 02:18 | helicopter | Note Added: 0000561 | |
| 2015-09-17 11:54 | t-ishii | Assigned To | => t-ishii |
| 2015-09-17 11:54 | t-ishii | Status | new => assigned |