mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Since its introduction, LogLogicalMessage() (via the SQL interface
pg_logical_emit_message()) has never included a call to XLogFlush(),
causing it to potentially lose messages on a crash when used in
non-transactional mode. This has come up to me as a problem while
playing with ideas to design a test suite for what has become
039_end_of_wal.pl introduced in
|
||
|---|---|---|
| .. | ||
| binary.sql | ||
| ddl.sql | ||
| decoding_in_xact.sql | ||
| decoding_into_rel.sql | ||
| messages.sql | ||
| permissions.sql | ||
| prepared.sql | ||
| replorigin.sql | ||
| rewrite.sql | ||
| slot.sql | ||
| spill.sql | ||
| stats.sql | ||
| stream.sql | ||
| time.sql | ||
| toast.sql | ||
| truncate.sql | ||
| twophase_stream.sql | ||
| twophase.sql | ||
| xact.sql | ||