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

Commitba4cacf

Browse files
committed
Recode non-ASCII characters in source to UTF-8
For consistency, have all non-ASCII characters from contributors'names in the source be in UTF-8. But remove some other moregratuitous uses of non-ASCII characters.
1 parent85ffed4 commitba4cacf

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

‎contrib/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ intarray -
9595

9696
isn -
9797
PostgreSQL type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
98-
byGerm�n M�ndez Bravo (Kronuz) <kronuz@hotmail.com>
98+
byGermán Méndez Bravo (Kronuz) <kronuz@hotmail.com>
9999

100100
lo -
101101
Large Object maintenance

‎contrib/spi/timetravel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* timetravel.c --function to get time travel feature
66
*using general triggers.
77
*
8-
* Modified by BÖJTHE Zoltán, Hungary, mailto:urdesobt@axelero.hu
8+
* Modified by BÖJTHE Zoltán, Hungary, mailto:urdesobt@axelero.hu
99
*/
1010
#include"postgres.h"
1111

‎src/backend/port/dynloader/darwin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pg_dlerror(void)
4848
/*
4949
* These routines were taken from the Apache source, but were made
5050
* available with a PostgreSQL-compatible license.Kudos Wilfredo
51-
* Sánchez <wsanchez@apple.com>.
51+
* Sánchez <wsanchez@apple.com>.
5252
*/
5353

5454
staticNSObjectFileImageReturnCodecofiff_result=NSObjectFileImageFailure;

‎src/backend/storage/lmgr/README-SSI

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Jeff Davis. It is based on work published in these papers:
1919

2020
Michael J. Cahill, Uwe Röhm, and Alan D. Fekete. 2008.
2121
Serializable isolation for snapshot databases.
22-
In SIGMOD08: Proceedings of the 2008 ACM SIGMOD
22+
In SIGMOD'08: Proceedings of the 2008 ACM SIGMOD
2323
international conference on Management of data,
24-
pages 729738, New York, NY, USA. ACM.
24+
pages 729-738, New York, NY, USA. ACM.
2525
http://doi.acm.org/10.1145/1376616.1376690
2626

2727
Michael James Cahill. 2009.
@@ -576,7 +576,7 @@ Search for serial execution to find the relevant section.
576576
[2] http://db.cs.berkeley.edu/papers/fntdb07-architecture.pdf
577577
Joseph M. Hellerstein, Michael Stonebraker and James Hamilton. 2007.
578578
Architecture of a Database System. Foundations and Trends(R) in
579-
Databases Vol. 1, No. 2 (2007) 141259.
579+
Databases Vol. 1, No. 2 (2007) 141-259.
580580
Of particular interest:
581581
* 6.1 A Note on ACID
582582
* 6.2 A Brief Review of Serializability

‎src/backend/storage/lmgr/predicate.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
*
1111
*Michael J. Cahill, Uwe Röhm, and Alan D. Fekete. 2008.
1212
*Serializable isolation for snapshot databases.
13-
*In SIGMOD08: Proceedings of the 2008 ACM SIGMOD
13+
*In SIGMOD'08: Proceedings of the 2008 ACM SIGMOD
1414
*international conference on Management of data,
15-
*pages 729738, New York, NY, USA. ACM.
15+
*pages 729-738, New York, NY, USA. ACM.
1616
*http://doi.acm.org/10.1145/1376616.1376690
1717
*
1818
* and further elaborated in Cahill's doctoral thesis:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp