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

Commit5ada36c

Browse files
committed
Rename libpq++.H to libpq++.h.
1 parent89ad160 commit5ada36c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎src/interfaces/libpq++/CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
5/18/1999 - vv
33
---------
44

5-
*Rewrote libpq++.H
5+
*Rewrote libpq++.h
66
*Incremented shared library version to 3.0
77
*Cleaned up makefiles
88
*Made examples use the installed versions of the library and header

‎src/interfaces/libpq++/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1994, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.17 1999/09/07 18:10:49 tgl Exp $
9+
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.18 1999/12/03 17:35:05 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -75,7 +75,7 @@ install: install-headers install-lib $(install-shlib-dep)
7575

7676
LIBPGXXDIR = libpq++
7777
LIBPGXXHEADERDIR =$(HEADERDIR)/$(LIBPGXXDIR)
78-
MAINHEADER = libpq++.H
78+
MAINHEADER = libpq++.h
7979
LIBPGXXHEADERS = pgconnection.h\
8080
pgdatabase.h\
8181
pgtransdb.h\

‎src/interfaces/libpq++/libpq++.Hrenamed to‎src/interfaces/libpq++/libpq++.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/*-------------------------------------------------------------------------
33
*
4-
* libpq++.H
4+
* libpq++.h
55
*
66
*
77
* DESCRIPTION
@@ -30,7 +30,7 @@ extern "C" {
3030
#include"libpq-fe.h"
3131
}
3232

33-
staticchar rcsid[] ="$Id: libpq++.H,v 1.7 1999/10/22 19:05:02 momjian Exp $";
33+
staticchar rcsid[] ="$Id: libpq++.h,v 1.3 1999/12/03 17:35:05 momjian Exp $";
3434

3535

3636
// ****************************************************************

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp