Simon Riggs <si...@2ndquadrant.com> writes:
> --- 610,621 ----
>                               }
>                               break;
>                       case 'l':                       /* Use link */
> !                             /*
> !                              * Link feature disabled, possibly permanently. 
> Linking
> !                              * causes a problem after recovery ends that is 
> not currently
> !                              * resolved by PostgreSQL. 25 Jun 2009
> !                                     restoreCommandType = 
> RESTORE_COMMAND_LINK;
> !                             */
>                               break;
>                       case 'r':                       /* Retries */
>                               maxretries = atoi(optarg);

Just for future reference: the above is going to look like hell after
pgindent gets its hands on it.  Better style for this project is

        /*
         * ordinary comment block
         */
#ifdef NOT_USED
        code to be disabled
#endif

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to