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

Commit594e97b

Browse files
committed
Back out all ODBC formatting changes, and back out removal of <6.4
protocol. I have left in Tom's SOCK_get_next_byte() fix, and the newwin32.mak file addition. I have also left in the 'X' connection closefix.
1 parent18b04ae commit594e97b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+9689
-11169
lines changed

‎src/interfaces/odbc/GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# GNUMakefile for psqlodbc (Postgres ODBC driver)
44
#
5-
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.12 2001/02/10 16:51:40 petere Exp $
5+
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.13 2001/02/14 05:45:38 momjian Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -24,6 +24,7 @@ OBJS = info.o bind.o columninfo.o connection.o convert.o drvconn.o \
2424
gpps.o tuple.o tuplelist.o dlg_specific.o$(OBJX)
2525

2626
SHLIB_LINK =$(filter -lm,$(LIBS))
27+
2728
all: all-lib
2829

2930
# Shared library stuff
@@ -32,7 +33,6 @@ include $(top_srcdir)/src/Makefile.shlib
3233
# Symbols must be resolved to the version in the shared library because
3334
# the driver manager (e.g., iodbc) provides some symbols with the same
3435
# names and we don't want those. (This issue is probably ELF specific.)
35-
3636
LINK.shared +=$(shlib_symbolic)
3737

3838
odbc_headers = isql.h isqlext.h iodbc.h

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp