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

Commitcc2b5e5

Browse files
committed
Remove NT-specific file open defines by defining our own open macros for
"rb" and "wb".
1 parentbf1c8f2 commitcc2b5e5

File tree

28 files changed

+592
-350
lines changed

28 files changed

+592
-350
lines changed

‎HISTORY

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Copy pg_ident.conf.sample into /lib directory in install (Bruce)
3434
Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya)
3535
Fix too long syslog message (Tatsuo)
3636
Fix problem with quoted indexes that are too long (Tom)
37-
37+
JDBC ResultSet.getTimestamp() fix (Gregory Krasnow & Floyd Marinescu)
38+
ecpg changes (Michael)
3839

3940
------------------------------------------------------------------------
4041
Release 7.0

‎doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Thu May 25 12:08:57 EDT 2000
3+
Last updated:Fri Jun 2 11:32:09 EDT 2000
44

55
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -234,14 +234,15 @@ MISC
234234
* Remove ANALYZE from VACUUM so it can be run separately without locks
235235
* Gather more accurate statistics using indexes
236236
* Improve statistics storage in pg_class [performance]
237+
* Improve VACUUM speed with indexes [vacuum]
237238

238239
SOURCE CODE
239240
-----------
240241
* Add use of 'const' for variables in source tree
241242
* Fix C optimizer problem where fmgr_ptr calls return different types [alpha]
242243
* Does Mariposa source contain any other bug fixes?
243244
* Remove SET KSQO option now that OR processing is improved(Tom)
244-
* Use macros to define NT open() file parameters, remove NT-specific defines
245+
*-Use macros to define NT open() file parameters, remove NT-specific defines
245246
* Change CURRENT to OLD internally for rules
246247
* rename pl/tcl to pl/pltcl
247248

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp