Skip to content

Refactor sqllogictest to extract postgres functionality into a separate file #13948

Closed
@Omega359

Description

@Omega359

Is your feature request related to a problem or challenge?

As mentioned in #13936 (comment) as part of #13936 the implementation of sqllogictest.rs with the sqlite changes has resulted in a file with far too many #[cfg(feature = "postgres")] and should be refactored to extract out the postgresql functionality to a separate file.

Describe the solution you'd like

A new file postgres_container.rs is added which contains the postgresql functionality formerly in the sqllogictest.rs file

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions