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
620ac88d
Commit
620ac88d
authored
Nov 02, 2015
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some more dead Alpha-specific code.
parent
1efc7e53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
src/backend/storage/ipc/Makefile
src/backend/storage/ipc/Makefile
+0
-7
src/backend/utils/adt/Makefile
src/backend/utils/adt/Makefile
+0
-7
No files found.
src/backend/storage/ipc/Makefile
View file @
620ac88d
...
@@ -8,13 +8,6 @@ subdir = src/backend/storage/ipc
...
@@ -8,13 +8,6 @@ subdir = src/backend/storage/ipc
top_builddir
=
../../../..
top_builddir
=
../../../..
include
$(top_builddir)/src/Makefile.global
include
$(top_builddir)/src/Makefile.global
# seems to be required 1999/07/22 bjm
ifeq
"$(findstring alpha,$(host_cpu))" "alpha"
ifeq
"$(GCC)" "yes"
override
CFLAGS
+=
-fno-inline
endif
endif
OBJS
=
dsm_impl.o dsm.o ipc.o ipci.o pmsignal.o procarray.o procsignal.o
\
OBJS
=
dsm_impl.o dsm.o ipc.o ipci.o pmsignal.o procarray.o procsignal.o
\
shmem.o shmqueue.o shm_mq.o shm_toc.o sinval.o sinvaladt.o standby.o
shmem.o shmqueue.o shm_mq.o shm_toc.o sinval.o sinvaladt.o standby.o
...
...
src/backend/utils/adt/Makefile
View file @
620ac88d
...
@@ -8,13 +8,6 @@ subdir = src/backend/utils/adt
...
@@ -8,13 +8,6 @@ subdir = src/backend/utils/adt
top_builddir
=
../../../..
top_builddir
=
../../../..
include
$(top_builddir)/src/Makefile.global
include
$(top_builddir)/src/Makefile.global
# seems to be required for some date/time stuff 1999/07/22 bjm
ifeq
"$(findstring alpha,$(host_cpu))" "alpha"
ifeq
"$(GCC)" "yes"
override
CFLAGS
+=
-mieee
endif
endif
# keep this list arranged alphabetically or it gets to be a mess
# keep this list arranged alphabetically or it gets to be a mess
OBJS
=
acl.o arrayfuncs.o array_expanded.o array_selfuncs.o
\
OBJS
=
acl.o arrayfuncs.o array_expanded.o array_selfuncs.o
\
array_typanalyze.o array_userfuncs.o arrayutils.o ascii.o
\
array_typanalyze.o array_userfuncs.o arrayutils.o ascii.o
\
...
...
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