forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaef0f53

Neil Conway
Make setseed() return void, rather than an int4 without any use. Per
pgsql-patches discussion of September 20, 2006. Bump the catversion.1 parentebef17c commitaef0f53
File tree
3 files changed
+6
-6
lines changed- src
- backend/utils/adt
- include/catalog
3 files changed
+6
-6
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1787 | 1787 |
| |
1788 | 1788 |
| |
1789 | 1789 |
| |
1790 |
| - | |
| 1790 | + | |
1791 | 1791 |
| |
1792 | 1792 |
| |
1793 | 1793 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
2134 | 2134 |
| |
2135 | 2135 |
| |
2136 | 2136 |
| |
2137 |
| - | |
| 2137 | + | |
2138 | 2138 |
| |
2139 | 2139 |
| |
2140 | 2140 |
| |
|
0 commit comments
Comments
(0)