View Issue Details

IDProjectCategoryView StatusLast Update
0007374Talerexchangepublic2022-11-04 20:52
ReporterFlorian Dold Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9Fixed in Version0.9 
Summary0007374: taler-exchange-dbinit should not cause postgres to log "ERROR" category messages
DescriptionCurrently, we check whether the _v schema exists by doing a query against it and seeing if this results in an error or not.

This results in postgres logging an "ERROR" category log message. That caused us to believe that (during some cbdc-sandbox scripting) the database was somehow broken, even though dbinit actually succeeded.

Instead, we should do something like this:

SELECT schema_name FROM information_schema.schemata WHERE schema_name = '_v';
TagsNo tags attached.

Activities

Christian Grothoff

2022-10-18 21:24

manager   ~0019228

Fix committed to master branch.

Christian Grothoff

2022-10-18 21:24

manager   ~0019229

Fixed in 282b9d369..f0b91ff6c.

Christian Grothoff

2022-10-18 21:24

manager   ~0019230

(actual change was in libgnunetpq).

Related Changesets

gnunet: master f0b91ff6

2022-10-18 23:24

Christian Grothoff


Details Diff
fix 0007374 Affected Issues
0007374
mod - src/pq/pq_connect.c Diff File

Issue History

Date Modified Username Field Change
2022-09-27 22:04 Florian Dold New Issue
2022-09-27 22:04 Florian Dold Status new => assigned
2022-09-27 22:04 Florian Dold Assigned To => Christian Grothoff
2022-10-18 21:24 Christian Grothoff Changeset attached => gnunet master f0b91ff6
2022-10-18 21:24 Christian Grothoff Note Added: 0019228
2022-10-18 21:24 Christian Grothoff Status assigned => resolved
2022-10-18 21:24 Christian Grothoff Resolution open => fixed
2022-10-18 21:24 Christian Grothoff Note Added: 0019229
2022-10-18 21:24 Christian Grothoff Product Version => git (master)
2022-10-18 21:24 Christian Grothoff Fixed in Version => 0.9
2022-10-18 21:24 Christian Grothoff Target Version => 0.9
2022-10-18 21:24 Christian Grothoff Note Added: 0019230
2022-11-04 20:52 Christian Grothoff Status resolved => closed