Skip to content

Move dynamic fast-forward logic (used for COPY ... FROM STDIN) to execute after session variables are set on the backend connection #4874

@rahim-kanji

Description

@rahim-kanji

Description

With PostgreSQL session parameters now being tracked, we can move the dynamic fast-forward logic (used for COPY ... FROM STDIN) to execute after session variables are set on the backend connection.

Why this change?

Previously, since session parameters weren’t tracked, we used any available connection from the pool and invoked dynamic fast-forward on it. Now that session parameters are tracked, we can simplify and streamline this logic.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions