Skip to content

fix: ConfigurationOsOps::Path_Join is corrected#40

Merged
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260706_004--fix-os_ops-Path_Join
Jul 6, 2026
Merged

fix: ConfigurationOsOps::Path_Join is corrected#40
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260706_004--fix-os_ops-Path_Join

Conversation

@dmitry-lipetsk

Copy link
Copy Markdown
Collaborator

A right signature is:
def Path_Join(self, a: str, *p: str) -> str:
not:
def Path_Join(self, a: str, *p: tuple) -> str:

A right signature is:
 def Path_Join(self, a: str, *p: str) -> str:
not:
 def Path_Join(self, a: str, *p: tuple) -> str:
@dmitry-lipetsk dmitry-lipetsk merged commit c194055 into postgrespro:master Jul 6, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant