mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Fix comments that were mis-wrapped, for Tom Lane.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteDefine.c,v 1.60 2001/03/22 06:16:16 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteDefine.c,v 1.61 2001/03/23 04:49:54 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -130,10 +130,14 @@ ValidateRule(int event_type,
|
||||
|
||||
#ifdef NOT_USED
|
||||
|
||||
/*
|
||||
/*---------
|
||||
* on retrieve to class.attribute do instead nothing is converted to
|
||||
* 'on retrieve to class.attribute do instead retrieve (attribute =
|
||||
* NULL)' --- this is also a terrible hack that works well -- glass
|
||||
* 'on retrieve to class.attribute do instead:
|
||||
*
|
||||
* retrieve (attribute = NULL)'
|
||||
*
|
||||
* this is also a terrible hack that works well -- glass
|
||||
*---------
|
||||
*/
|
||||
if (is_instead && !*action && eslot_string && event_type == CMD_SELECT)
|
||||
{
|
||||
|
Reference in New Issue
Block a user