File tree 5 files changed +7
-6
lines changed
5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ su - postgres
239
239
class="osname">Linux</systemitem>, <systemitem class="osname">NetBSD</systemitem>,
240
240
<systemitem class="osname">Solaris</systemitem>), for other systems you
241
241
can download an add-on package from <ulink
242
- url="http ://www.gnu.org/software/gettext/"></ulink>.
242
+ url="https ://www.gnu.org/software/gettext/"></ulink>.
243
243
If you are using the <application>Gettext</application> implementation in
244
244
the <acronym>GNU</acronym> C library then you will additionally
245
245
need the <productname>GNU Gettext</productname> package for some
Original file line number Diff line number Diff line change @@ -1132,7 +1132,8 @@ typedef union PGAlignedXLogBlock
1132
1132
* access to the original string and translated string, and for cases where
1133
1133
* immediate translation is not possible, like when initializing global
1134
1134
* variables.
1135
- * http://www.gnu.org/software/autoconf/manual/gettext/Special-cases.html
1135
+ *
1136
+ * https://www.gnu.org/software/gettext/manual/html_node/Special-cases.html
1136
1137
*/
1137
1138
#define gettext_noop (x ) (x)
1138
1139
Original file line number Diff line number Diff line change 10
10
*
11
11
* Documentation:
12
12
* * Legacy __sync Built-in Functions for Atomic Memory Access
13
- * http ://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fsync-Builtins.html
13
+ * https ://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fsync-Builtins.html
14
14
* * Built-in functions for memory model aware atomic operations
15
- * http ://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fatomic-Builtins.html
15
+ * https ://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fatomic-Builtins.html
16
16
*
17
17
* src/include/port/atomics/generic-gcc.h
18
18
*
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global
5
5
SUBDIRS = include pgtypeslib ecpglib compatlib preproc
6
6
7
7
# Suppress parallel build of subdirectories to avoid a bug in GNU make 3.82, cf
8
- # http ://savannah.gnu.org/bugs/?30653
8
+ # https ://savannah.gnu.org/bugs/?30653
9
9
# https://bugzilla.redhat.com/show_bug.cgi?id=835424
10
10
# (There are some other parallelism bugs in the subdirectory makefiles
11
11
# themselves, but there's little point in fixing them as long as we have
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ but there may be reasons to do them at other times as well.
73
73
to lower numbers, using renumber_oids.pl (see notes in bki.sgml)
74
74
75
75
* Update config.guess and config.sub
76
- (from http ://savannah.gnu.org/projects/config)
76
+ (from https ://savannah.gnu.org/projects/config)
77
77
78
78
* Update inet/cidr data types with newest Bind patches
79
79
You can’t perform that action at this time.
0 commit comments