1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-16 15:02:33 +03:00

Fix it's and its to be correct.

This commit is contained in:
Bruce Momjian
2000-01-05 18:23:54 +00:00
parent c0cab6f4fa
commit b78769fda2
24 changed files with 54 additions and 54 deletions

View File

@@ -5,7 +5,7 @@
*
* 1998 Jan Wieck
*
* $Header: /cvsroot/pgsql/src/backend/utils/adt/numeric.c,v 1.20 1999/09/29 21:13:25 wieck Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/numeric.c,v 1.21 2000/01/05 18:23:50 momjian Exp $
*
* ----------
*/
@@ -391,7 +391,7 @@ numeric(Numeric num, int32 typmod)
/* ----------
* If the number is in bounds and due to the present result scale
* no rounding could be necessary, make a copy of the input and
* modify it's header fields.
* modify its header fields.
* ----------
*/
if (num->n_weight < maxweight && scale >= num->n_rscale)

View File

@@ -1,9 +1,9 @@
/**********************************************************************
* get_ruledef.c - Function to get a rules definition text
* out of it's tuple
* out of its tuple
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ruleutils.c,v 1.36 1999/12/24 06:43:34 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ruleutils.c,v 1.37 2000/01/05 18:23:50 momjian Exp $
*
* This software is copyrighted by Jan Wieck - Hamburg.
*
@@ -1847,8 +1847,8 @@ get_relation_name(Oid relid)
/* ----------
* get_attribute_name - Get an attribute name by it's
* relations Oid and it's attnum
* get_attribute_name - Get an attribute name by its
* relations Oid and its attnum
* ----------
*/
static char *

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/mmgr/aset.c,v 1.21 1999/08/24 20:11:17 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/mmgr/aset.c,v 1.22 2000/01/05 18:23:50 momjian Exp $
*
* NOTE:
* This is a new (Feb. 05, 1999) implementation of the allocation set
@@ -232,7 +232,7 @@ AllocSetAlloc(AllocSet set, Size size)
/*
* If one is found, remove it from the free list, make it again a
* member of the alloc set and return it's data address.
* member of the alloc set and return its data address.
*
*/
if (chunk != NULL)