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

Commitea2fa32

Browse files
committed
Rather than make this a Linux test, we should just test for the existence
of endian.h. I figure that if it exists it's pretty sure that it hasthe byte order information and we may catch some other ports withoutany further testing.From: "D'Arcy J.M. Cain" <darcy@druid.net>
1 parentfcd6595 commitea2fa32

File tree

4 files changed

+229
-174
lines changed

4 files changed

+229
-174
lines changed

‎src/backend/libpq/pqcomprim.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#include<stdlib.h>
22
#include<stdio.h>
33

4+
#ifdefHAVE_ENDIAN_H
5+
# include<endian.h>
6+
#endif
7+
48
#include"postgres.h"
59
#include"libpq/pqcomm.h"
610

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp