pgsql: Restore test coverage of LZ4Stream_gets().

2025-10-18 Thread Tom Lane
Restore test coverage of LZ4Stream_gets(). In commit a45c78e32 I removed the only regression test case that reaches this function, because it turns out that we only use it if reading an LZ4-compressed blobs.toc file in a directory dump, and that is a state that has to be created manually. That se

pgsql: Restore test coverage of LZ4Stream_gets().

2025-10-18 Thread Tom Lane
Restore test coverage of LZ4Stream_gets(). In commit a45c78e32 I removed the only regression test case that reaches this function, because it turns out that we only use it if reading an LZ4-compressed blobs.toc file in a directory dump, and that is a state that has to be created manually. That se

pgsql: Restore test coverage of LZ4Stream_gets().

2025-10-11 Thread Tom Lane
Restore test coverage of LZ4Stream_gets(). In commit a45c78e32 I removed the only regression test case that reaches this function, because it turns out that we only use it if reading an LZ4-compressed blobs.toc file in a directory dump, and that is a state that has to be created manually. That se