Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
39b4a951
Commit
39b4a951
authored
Oct 14, 2020
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use https for gnu.org links
Mostly already done, but there were some stragglers.
parent
4e118fc3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+1
-1
src/include/c.h
src/include/c.h
+2
-1
src/include/port/atomics/generic-gcc.h
src/include/port/atomics/generic-gcc.h
+2
-2
src/interfaces/ecpg/Makefile
src/interfaces/ecpg/Makefile
+1
-1
src/tools/RELEASE_CHANGES
src/tools/RELEASE_CHANGES
+1
-1
No files found.
doc/src/sgml/installation.sgml
View file @
39b4a951
...
...
@@ -239,7 +239,7 @@ su - postgres
class
=
"osname"
>
Linux
</
systemitem
>,
<
systemitem
class
=
"osname"
>
NetBSD
</
systemitem
>,
<
systemitem
class
=
"osname"
>
Solaris
</
systemitem
>),
for
other
systems
you
can
download
an
add
-
on
package
from
<
ulink
url
=
"http://www.gnu.org/software/gettext/"
></
ulink
>.
url
=
"http
s
://www.gnu.org/software/gettext/"
></
ulink
>.
If
you
are
using
the
<
application
>
Gettext
</
application
>
implementation
in
the
<
acronym
>
GNU
</
acronym
>
C
library
then
you
will
additionally
need
the
<
productname
>
GNU
Gettext
</
productname
>
package
for
some
...
...
src/include/c.h
View file @
39b4a951
...
...
@@ -1132,7 +1132,8 @@ typedef union PGAlignedXLogBlock
* access to the original string and translated string, and for cases where
* immediate translation is not possible, like when initializing global
* variables.
* http://www.gnu.org/software/autoconf/manual/gettext/Special-cases.html
*
* https://www.gnu.org/software/gettext/manual/html_node/Special-cases.html
*/
#define gettext_noop(x) (x)
...
...
src/include/port/atomics/generic-gcc.h
View file @
39b4a951
...
...
@@ -10,9 +10,9 @@
*
* Documentation:
* * Legacy __sync Built-in Functions for Atomic Memory Access
* http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fsync-Builtins.html
* http
s
://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fsync-Builtins.html
* * Built-in functions for memory model aware atomic operations
* http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fatomic-Builtins.html
* http
s
://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/_005f_005fatomic-Builtins.html
*
* src/include/port/atomics/generic-gcc.h
*
...
...
src/interfaces/ecpg/Makefile
View file @
39b4a951
...
...
@@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global
SUBDIRS
=
include pgtypeslib ecpglib compatlib preproc
# Suppress parallel build of subdirectories to avoid a bug in GNU make 3.82, cf
# http://savannah.gnu.org/bugs/?30653
# http
s
://savannah.gnu.org/bugs/?30653
# https://bugzilla.redhat.com/show_bug.cgi?id=835424
# (There are some other parallelism bugs in the subdirectory makefiles
# themselves, but there's little point in fixing them as long as we have
...
...
src/tools/RELEASE_CHANGES
View file @
39b4a951
...
...
@@ -73,7 +73,7 @@ but there may be reasons to do them at other times as well.
to lower numbers, using renumber_oids.pl (see notes in bki.sgml)
* Update config.guess and config.sub
(from http://savannah.gnu.org/projects/config)
(from http
s
://savannah.gnu.org/projects/config)
* Update inet/cidr data types with newest Bind patches
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment