Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5035c93

Browse files
committed
Remove pgpid_t type, use pid_t instead
It's unclear why a separate type would be needed here. We use plainpid_t (or int) everywhere else.(The only relevant platform where pid_t is not int is 64-bit MinGW,where it is long long int. So defining pid_t as long (which is 32-biton Windows), as was done here, doesn't even accommodate that one.)Reverts66fa6eb.Discussion:https://www.postgresql.org/message-id/289c2e45-c7d9-5ce4-7eff-a9e2a33e1580@enterprisedb.com
1 parent2598b76 commit5035c93

File tree

2 files changed

+66
-70
lines changed

2 files changed

+66
-70
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp