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

Commitd8bc37e

Browse files
committed
Correct portability-related errors in inet expected output. I'm not
sure that broadcast('foo/32') means anything, but if it does, surelyit ought to return foo, not 255.255.255.255.
1 parent5dfcbdd commitd8bc37e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/test/regress/expected/inet.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ SELECT '' AS ten, c AS cidr, broadcast(c),
5454
ten | cidr | broadcast | inet | broadcast
5555
-----+--------------+------------------+------------------+------------------
5656
| 192.168.1/24 | 192.168.1.255/24 | 192.168.1.226/24 | 192.168.1.255/24
57-
| 192.168.1/24 | 192.168.1.255/24 | 192.168.1.226 |255.255.255.255
57+
| 192.168.1/24 | 192.168.1.255/24 | 192.168.1.226 |192.168.1.226
5858
| 10/8 | 10.255.255.255/8 | 10.1.2.3/8 | 10.255.255.255/8
59-
| 10.0.0.0/32 |255.255.255.255 | 10.1.2.3/8 | 10.255.255.255/8
60-
| 10.1.2.3/32 |255.255.255.255| 10.1.2.3 |255.255.255.255
59+
| 10.0.0.0/32 |10.0.0.0 | 10.1.2.3/8 | 10.255.255.255/8
60+
| 10.1.2.3/32 |10.1.2.3| 10.1.2.3 |10.1.2.3
6161
| 10.1.2/24 | 10.1.2.255/24 | 10.1.2.3/24 | 10.1.2.255/24
6262
| 10.1/16 | 10.1.255.255/16 | 10.1.2.3/16 | 10.1.255.255/16
6363
| 10/8 | 10.255.255.255/8 | 10.1.2.3/8 | 10.255.255.255/8

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp