Agressive vacuum meaning

2018-07-06 Thread Arseny Sher
'agressive freezing' everywhere and explicitly say in FREEZE docs that it additionaly ignores vacuum_freeze_min_age? Or I just misunderstand something. [1] https://www.postgresql.org/docs/devel/static/routine-vacuuming.html [2] https://www.postgresql.org/docs/devel/static/sql-vacuum

Re: Is PQgetResult() guaranteed to return the whole SQL command result?

2017-12-13 Thread Arseny Sher
Peter Eisentraut writes: > Are you asking whether it is possible that the results for the two > statements might be split across more than two libpq result sets? > That is not possible. Yes, that was the question. Thanks! -- Arseny Sher Postgres Professional: http://www.postgrespr

Is PQgetResult() guaranteed to return the whole SQL command result?

2017-12-13 Thread Arseny Sher
calls returning data? I guess not, but it seems to be not clear from the docs. PQgetResult description says: Waits for the next result from a prior call... Does one "result" here correspond to one statement? -- Arseny Sher Postgres Professional: http://www.postgrespro.com The Russia